public class ELAddTag extends AddTag
<put>
. This class is a subclass of the class
org.apache.struts.taglib.tiles.AddTag
which provides most of
the described functionality. This subclass allows all attribute values to
be specified as expressions utilizing the JavaServer Pages Standard Library
expression language.
attributeName, body, realValue
COMPONENT_CONTEXT, COMPONENT_SCOPE, EXCEPTION_KEY, LOCALE_KEY
Constructor and Description |
---|
ELAddTag() |
Modifier and Type | Method and Description |
---|---|
int |
doStartTag()
Process the start tag.
|
String |
getBeanNameExpr()
Getter method for "beanName" tag attribute.
|
String |
getBeanPropertyExpr()
Getter method for "beanProperty" tag attribute.
|
String |
getBeanScopeExpr()
Getter method for "beanScope" tag attribute.
|
String |
getContentExpr()
Getter method for "content" tag attribute.
|
String |
getDirectExpr()
Getter method for "direct" tag attribute.
|
String |
getRoleExpr()
Getter method for "role" tag attribute.
|
String |
getTypeExpr()
Getter method for "type" tag attribute.
|
String |
getValueExpr()
Getter method for "value" tag attribute.
|
void |
release()
Resets attribute values for tag reuse.
|
void |
setBeanNameExpr(String beanNameExpr)
Setter method for "beanName" tag attribute.
|
void |
setBeanPropertyExpr(String beanPropertyExpr)
Setter method for "beanProperty" tag attribute.
|
void |
setBeanScopeExpr(String beanScopeExpr)
Setter method for "beanScope" tag attribute.
|
void |
setContentExpr(String contentExpr)
Setter method for "content" tag attribute.
|
void |
setDirectExpr(String directExpr)
Setter method for "direct" tag attribute.
|
void |
setRoleExpr(String roleExpr)
Setter method for "role" tag attribute.
|
void |
setTypeExpr(String typeExpr)
Setter method for "type" tag attribute.
|
void |
setValueExpr(String valueExpr)
Setter method for "value" tag attribute.
|
callParent, findEnclosingPutListTagParent
computeRealValue, doAfterBody, doEndTag, findEnclosingPutTagParent, getBeanName, getBeanProperty, getBeanScope, getContent, getName, getRealValue, getRealValueFromBean, getRole, getType, getValue, releaseInternal, setBeanName, setBeanProperty, setBeanScope, setContent, setContent, setDirect, setName, setObjectValue, setRole, setType, setValue, setValue
doInitBody, getBodyContent, getPreviousOut, setBodyContent
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
public String getValueExpr()
public String getContentExpr()
public String getDirectExpr()
public String getTypeExpr()
public String getBeanNameExpr()
public String getBeanPropertyExpr()
public String getBeanScopeExpr()
public String getRoleExpr()
public void setValueExpr(String valueExpr)
public void setContentExpr(String contentExpr)
public void setDirectExpr(String directExpr)
public void setTypeExpr(String typeExpr)
public void setBeanNameExpr(String beanNameExpr)
public void setBeanPropertyExpr(String beanPropertyExpr)
public void setBeanScopeExpr(String beanScopeExpr)
public void setRoleExpr(String roleExpr)
public void release()
public int doStartTag() throws javax.servlet.jsp.JspException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class PutTag
javax.servlet.jsp.JspException
- if a JSP exception has occurredCopyright © 2000–2017 Apache Software Foundation. All rights reserved.