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.
|
String |
getCookieExpr()
Getter method for "cookie" tag attribute.
|
String |
getHeaderExpr()
Getter method for "header" tag attribute.
|
String |
getNameExpr()
Getter method for "name" tag attribute.
|
String |
getParameterExpr()
Getter method for "parameter" tag attribute.
|
String |
getPropertyExpr()
Getter method for "property" tag attribute.
|
String |
getRoleExpr()
Getter method for "role" tag attribute.
|
String |
getScopeExpr()
Getter method for "scope" tag attribute.
|
String |
getUserExpr()
Getter method for "user" tag attribute.
|
void |
release()
Resets attribute values for tag reuse.
|
void |
setCookieExpr(String cookieExpr)
Setter method for "cookie" tag attribute.
|
void |
setHeaderExpr(String headerExpr)
Setter method for "header" tag attribute.
|
void |
setNameExpr(String nameExpr)
Setter method for "name" tag attribute.
|
void |
setParameterExpr(String parameterExpr)
Setter method for "parameter" tag attribute.
|
void |
setPropertyExpr(String propertyExpr)
Setter method for "property" tag attribute.
|
void |
setRoleExpr(String roleExpr)
Setter method for "role" tag attribute.
|
void |
setScopeExpr(String scopeExpr)
Setter method for "scope" tag attribute.
|
void |
setUserExpr(String userExpr)
Setter method for "user" tag attribute.
|
condition, condition, isBeanPresent, isCookiePresent
doEndTag, getCookie, getHeader, getName, getParameter, getProperty, getRole, getScope, getUser, setCookie, setHeader, setName, setParameter, setProperty, setRole, setScope, setUser
public String getCookieExpr()
public String getHeaderExpr()
public String getNameExpr()
public String getParameterExpr()
public String getPropertyExpr()
public String getRoleExpr()
public String getScopeExpr()
public String getUserExpr()
public void setCookieExpr(String cookieExpr)
public void setHeaderExpr(String headerExpr)
public void setNameExpr(String nameExpr)
public void setParameterExpr(String parameterExpr)
public void setPropertyExpr(String propertyExpr)
public void setRoleExpr(String roleExpr)
public void setScopeExpr(String scopeExpr)
public void setUserExpr(String userExpr)
public void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class ConditionalTagBase
public int doStartTag() throws javax.servlet.jsp.JspException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class ConditionalTagBase
javax.servlet.jsp.JspException
- if a JSP exception has occurredCopyright © 2000–2017 Apache Software Foundation. All rights reserved.