public class ELRewriteTag extends RewriteTag
This class is a subclass of the
class org.apache.struts.taglib.html.RewriteTag
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.
action, anchor, forward, href, indexId, linkName, messages, module, name, page, parameters, paramId, paramName, paramProperty, paramScope, property, scope, target, text, transaction, useLocalEncoding
accesskey, doDisabled, doReadonly, indexed, tabindex
Constructor and Description |
---|
ELRewriteTag() |
Modifier and Type | Method and Description |
---|---|
int |
doStartTag()
Process the start tag.
|
String |
getActionExpr()
Getter method for "action" tag attribute.
|
String |
getAnchorExpr()
Getter method for "anchor" tag attribute.
|
String |
getForwardExpr()
Getter method for "forward" tag attribute.
|
String |
getHrefExpr()
Getter method for "href" tag attribute.
|
String |
getModuleExpr()
Getter method for "module" tag attribute.
|
String |
getNameExpr()
Getter method for "name" tag attribute.
|
String |
getPageExpr()
Getter method for "page" tag attribute.
|
String |
getParamIdExpr()
Getter method for "paramId" tag attribute.
|
String |
getParamNameExpr()
Getter method for "paramName" tag attribute.
|
String |
getParamPropertyExpr()
Getter method for "paramProperty" tag attribute.
|
String |
getParamScopeExpr()
Getter method for "paramScope" tag attribute.
|
String |
getPropertyExpr()
Getter method for "property" tag attribute.
|
String |
getScopeExpr()
Getter method for "scope" tag attribute.
|
String |
getTransactionExpr()
Getter method for "transaction" tag attribute.
|
String |
getUseLocalEncodingExpr()
Getter method for "useLocalEncoding" tag attribute.
|
void |
release()
Resets attribute values for tag reuse.
|
void |
setActionExpr(String actionExpr)
Setter method for "action" tag attribute.
|
void |
setAnchorExpr(String anchorExpr)
Setter method for "anchor" tag attribute.
|
void |
setForwardExpr(String forwardExpr)
Setter method for "forward" tag attribute.
|
void |
setHrefExpr(String hrefExpr)
Setter method for "href" tag attribute.
|
void |
setModuleExpr(String moduleExpr)
Setter method for "module" tag attribute.
|
void |
setNameExpr(String nameExpr)
Setter method for "name" tag attribute.
|
void |
setPageExpr(String pageExpr)
Setter method for "page" tag attribute.
|
void |
setParamIdExpr(String paramIdExpr)
Setter method for "paramId" tag attribute.
|
void |
setParamNameExpr(String paramNameExpr)
Setter method for "paramName" tag attribute.
|
void |
setParamPropertyExpr(String paramPropertyExpr)
Setter method for "paramProperty" tag attribute.
|
void |
setParamScopeExpr(String paramScopeExpr)
Setter method for "paramScope" tag attribute.
|
void |
setPropertyExpr(String propertyExpr)
Setter method for "property" tag attribute.
|
void |
setScopeExpr(String scopeExpr)
Setter method for "scope" tag attribute.
|
void |
setTransactionExpr(String transactionExpr)
Setter method for "transaction" tag attribute.
|
void |
setUseLocalEncodingExpr(String useLocalEncodingExpr)
Setter method for "useLocalEncoding" tag attribute.
|
doEndTag
addParameter, calculateURL, doAfterBody, getAction, getAnchor, getForward, getHref, getIndexId, getLinkName, getModule, getName, getPage, getParamId, getParamName, getParamProperty, getParamScope, getProperty, getScope, getTarget, getTransaction, isUseLocalEncoding, setAction, setAnchor, setForward, setHref, setIndexId, setLinkName, setModule, setName, setPage, setParamId, setParamName, setParamProperty, setParamScope, setProperty, setScope, setTarget, setTransaction, setUseLocalEncoding
doErrorsExist, getAccesskey, getAlt, getAltKey, getBundle, getDir, getDisabled, getElementClose, getErrorKey, getErrorStyle, getErrorStyleClass, getErrorStyleId, getIndexed, getIndexValue, getLang, getLocale, getOnblur, getOnchange, getOnclick, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getOnselect, getReadonly, getStyle, getStyleClass, getStyleId, getTabindex, getTitle, getTitleKey, isXhtml, lookupProperty, message, prepareAttribute, prepareEventHandlers, prepareFocusEvents, prepareIndex, prepareInternationalization, prepareKeyEvents, prepareMouseEvents, prepareName, prepareOtherAttributes, prepareStyles, prepareTextEvents, setAccesskey, setAlt, setAltKey, setBundle, setDir, setDisabled, setErrorKey, setErrorStyle, setErrorStyleClass, setErrorStyleId, setIndexed, setLang, setLocale, setOnblur, setOnchange, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnselect, setReadonly, setStyle, setStyleClass, setStyleId, setTabindex, setTitle, setTitleKey
doInitBody, getBodyContent, getPreviousOut, setBodyContent
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
public String getActionExpr()
public String getModuleExpr()
public String getAnchorExpr()
public String getForwardExpr()
public String getHrefExpr()
public String getNameExpr()
public String getPageExpr()
public String getParamIdExpr()
public String getParamNameExpr()
public String getParamPropertyExpr()
public String getParamScopeExpr()
public String getPropertyExpr()
public String getScopeExpr()
public String getTransactionExpr()
public String getUseLocalEncodingExpr()
public void setActionExpr(String actionExpr)
public void setModuleExpr(String moduleExpr)
public void setAnchorExpr(String anchorExpr)
public void setForwardExpr(String forwardExpr)
public void setHrefExpr(String hrefExpr)
public void setNameExpr(String nameExpr)
public void setPageExpr(String pageExpr)
public void setParamIdExpr(String paramIdExpr)
public void setParamNameExpr(String paramNameExpr)
public void setParamPropertyExpr(String paramPropertyExpr)
public void setParamScopeExpr(String paramScopeExpr)
public void setPropertyExpr(String propertyExpr)
public void setScopeExpr(String scopeExpr)
public void setTransactionExpr(String transactionExpr)
public void setUseLocalEncodingExpr(String useLocalEncodingExpr)
public void release()
public int doStartTag() throws javax.servlet.jsp.JspException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class LinkTag
javax.servlet.jsp.JspException
- if a JSP exception has occurredCopyright © 2000–2016 Apache Software Foundation. All rights reserved.