public class ELPresentTag extends PresentTag
This class is a subclass of the class
org.apache.struts.taglib.logic.PresentTag 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.
ROLE_DELIMITER| Constructor and Description |
|---|
ELPresentTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doStartTag()
Process the start tag.
|
java.lang.String |
getCookieExpr()
Getter method for "cookie" tag attribute.
|
java.lang.String |
getHeaderExpr()
Getter method for "header" tag attribute.
|
java.lang.String |
getNameExpr()
Getter method for "name" tag attribute.
|
java.lang.String |
getParameterExpr()
Getter method for "parameter" tag attribute.
|
java.lang.String |
getPropertyExpr()
Getter method for "property" tag attribute.
|
java.lang.String |
getRoleExpr()
Getter method for "role" tag attribute.
|
java.lang.String |
getScopeExpr()
Getter method for "scope" tag attribute.
|
java.lang.String |
getUserExpr()
Getter method for "user" tag attribute.
|
void |
release()
Resets attribute values for tag reuse.
|
void |
setCookieExpr(java.lang.String cookieExpr)
Setter method for "cookie" tag attribute.
|
void |
setHeaderExpr(java.lang.String headerExpr)
Setter method for "header" tag attribute.
|
void |
setNameExpr(java.lang.String nameExpr)
Setter method for "name" tag attribute.
|
void |
setParameterExpr(java.lang.String parameterExpr)
Setter method for "parameter" tag attribute.
|
void |
setPropertyExpr(java.lang.String propertyExpr)
Setter method for "property" tag attribute.
|
void |
setRoleExpr(java.lang.String roleExpr)
Setter method for "role" tag attribute.
|
void |
setScopeExpr(java.lang.String scopeExpr)
Setter method for "scope" tag attribute.
|
void |
setUserExpr(java.lang.String userExpr)
Setter method for "user" tag attribute.
|
condition, condition, isBeanPresent, isCookiePresentdoEndTag, getCookie, getHeader, getName, getParameter, getProperty, getRole, getScope, getUser, setCookie, setHeader, setName, setParameter, setProperty, setRole, setScope, setUserpublic java.lang.String getCookieExpr()
public java.lang.String getHeaderExpr()
public java.lang.String getNameExpr()
public java.lang.String getParameterExpr()
public java.lang.String getPropertyExpr()
public java.lang.String getRoleExpr()
public java.lang.String getScopeExpr()
public java.lang.String getUserExpr()
public void setCookieExpr(java.lang.String cookieExpr)
public void setHeaderExpr(java.lang.String headerExpr)
public void setNameExpr(java.lang.String nameExpr)
public void setParameterExpr(java.lang.String parameterExpr)
public void setPropertyExpr(java.lang.String propertyExpr)
public void setRoleExpr(java.lang.String roleExpr)
public void setScopeExpr(java.lang.String scopeExpr)
public void setUserExpr(java.lang.String userExpr)
public void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class ConditionalTagBasepublic int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class ConditionalTagBasejavax.servlet.jsp.JspException - if a JSP exception has occurredCopyright © 2000–2024 Apache Software Foundation. All rights reserved.