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.
|
java.lang.String |
getBeanNameExpr()
Getter method for "beanName" tag attribute.
|
java.lang.String |
getBeanPropertyExpr()
Getter method for "beanProperty" tag attribute.
|
java.lang.String |
getBeanScopeExpr()
Getter method for "beanScope" tag attribute.
|
java.lang.String |
getContentExpr()
Getter method for "content" tag attribute.
|
java.lang.String |
getDirectExpr()
Getter method for "direct" tag attribute.
|
java.lang.String |
getRoleExpr()
Getter method for "role" tag attribute.
|
java.lang.String |
getTypeExpr()
Getter method for "type" tag attribute.
|
java.lang.String |
getValueExpr()
Getter method for "value" tag attribute.
|
void |
release()
Resets attribute values for tag reuse.
|
void |
setBeanNameExpr(java.lang.String beanNameExpr)
Setter method for "beanName" tag attribute.
|
void |
setBeanPropertyExpr(java.lang.String beanPropertyExpr)
Setter method for "beanProperty" tag attribute.
|
void |
setBeanScopeExpr(java.lang.String beanScopeExpr)
Setter method for "beanScope" tag attribute.
|
void |
setContentExpr(java.lang.String contentExpr)
Setter method for "content" tag attribute.
|
void |
setDirectExpr(java.lang.String directExpr)
Setter method for "direct" tag attribute.
|
void |
setRoleExpr(java.lang.String roleExpr)
Setter method for "role" tag attribute.
|
void |
setTypeExpr(java.lang.String typeExpr)
Setter method for "type" tag attribute.
|
void |
setValueExpr(java.lang.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 java.lang.String getValueExpr()
public java.lang.String getContentExpr()
public java.lang.String getDirectExpr()
public java.lang.String getTypeExpr()
public java.lang.String getBeanNameExpr()
public java.lang.String getBeanPropertyExpr()
public java.lang.String getBeanScopeExpr()
public java.lang.String getRoleExpr()
public void setValueExpr(java.lang.String valueExpr)
public void setContentExpr(java.lang.String contentExpr)
public void setDirectExpr(java.lang.String directExpr)
public void setTypeExpr(java.lang.String typeExpr)
public void setBeanNameExpr(java.lang.String beanNameExpr)
public void setBeanPropertyExpr(java.lang.String beanPropertyExpr)
public void setBeanScopeExpr(java.lang.String beanScopeExpr)
public void setRoleExpr(java.lang.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–2024 Apache Software Foundation. All rights reserved.