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.
|
java.lang.String |
getActionExpr()
Getter method for "action" tag attribute.
|
java.lang.String |
getAnchorExpr()
Getter method for "anchor" tag attribute.
|
java.lang.String |
getForwardExpr()
Getter method for "forward" tag attribute.
|
java.lang.String |
getHrefExpr()
Getter method for "href" tag attribute.
|
java.lang.String |
getModuleExpr()
Getter method for "module" tag attribute.
|
java.lang.String |
getNameExpr()
Getter method for "name" tag attribute.
|
java.lang.String |
getPageExpr()
Getter method for "page" tag attribute.
|
java.lang.String |
getParamIdExpr()
Getter method for "paramId" tag attribute.
|
java.lang.String |
getParamNameExpr()
Getter method for "paramName" tag attribute.
|
java.lang.String |
getParamPropertyExpr()
Getter method for "paramProperty" tag attribute.
|
java.lang.String |
getParamScopeExpr()
Getter method for "paramScope" tag attribute.
|
java.lang.String |
getPropertyExpr()
Getter method for "property" tag attribute.
|
java.lang.String |
getScopeExpr()
Getter method for "scope" tag attribute.
|
java.lang.String |
getTransactionExpr()
Getter method for "transaction" tag attribute.
|
java.lang.String |
getUseLocalEncodingExpr()
Getter method for "useLocalEncoding" tag attribute.
|
void |
release()
Resets attribute values for tag reuse.
|
void |
setActionExpr(java.lang.String actionExpr)
Setter method for "action" tag attribute.
|
void |
setAnchorExpr(java.lang.String anchorExpr)
Setter method for "anchor" tag attribute.
|
void |
setForwardExpr(java.lang.String forwardExpr)
Setter method for "forward" tag attribute.
|
void |
setHrefExpr(java.lang.String hrefExpr)
Setter method for "href" tag attribute.
|
void |
setModuleExpr(java.lang.String moduleExpr)
Setter method for "module" tag attribute.
|
void |
setNameExpr(java.lang.String nameExpr)
Setter method for "name" tag attribute.
|
void |
setPageExpr(java.lang.String pageExpr)
Setter method for "page" tag attribute.
|
void |
setParamIdExpr(java.lang.String paramIdExpr)
Setter method for "paramId" tag attribute.
|
void |
setParamNameExpr(java.lang.String paramNameExpr)
Setter method for "paramName" tag attribute.
|
void |
setParamPropertyExpr(java.lang.String paramPropertyExpr)
Setter method for "paramProperty" tag attribute.
|
void |
setParamScopeExpr(java.lang.String paramScopeExpr)
Setter method for "paramScope" tag attribute.
|
void |
setPropertyExpr(java.lang.String propertyExpr)
Setter method for "property" tag attribute.
|
void |
setScopeExpr(java.lang.String scopeExpr)
Setter method for "scope" tag attribute.
|
void |
setTransactionExpr(java.lang.String transactionExpr)
Setter method for "transaction" tag attribute.
|
void |
setUseLocalEncodingExpr(java.lang.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 java.lang.String getActionExpr()
public java.lang.String getModuleExpr()
public java.lang.String getAnchorExpr()
public java.lang.String getForwardExpr()
public java.lang.String getHrefExpr()
public java.lang.String getNameExpr()
public java.lang.String getPageExpr()
public java.lang.String getParamIdExpr()
public java.lang.String getParamNameExpr()
public java.lang.String getParamPropertyExpr()
public java.lang.String getParamScopeExpr()
public java.lang.String getPropertyExpr()
public java.lang.String getScopeExpr()
public java.lang.String getTransactionExpr()
public java.lang.String getUseLocalEncodingExpr()
public void setActionExpr(java.lang.String actionExpr)
public void setModuleExpr(java.lang.String moduleExpr)
public void setAnchorExpr(java.lang.String anchorExpr)
public void setForwardExpr(java.lang.String forwardExpr)
public void setHrefExpr(java.lang.String hrefExpr)
public void setNameExpr(java.lang.String nameExpr)
public void setPageExpr(java.lang.String pageExpr)
public void setParamIdExpr(java.lang.String paramIdExpr)
public void setParamNameExpr(java.lang.String paramNameExpr)
public void setParamPropertyExpr(java.lang.String paramPropertyExpr)
public void setParamScopeExpr(java.lang.String paramScopeExpr)
public void setPropertyExpr(java.lang.String propertyExpr)
public void setScopeExpr(java.lang.String scopeExpr)
public void setTransactionExpr(java.lang.String transactionExpr)
public void setUseLocalEncodingExpr(java.lang.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–2024 Apache Software Foundation. All rights reserved.