public class ELLinkTag extends LinkTag
This class is a
subclass of the class org.apache.struts.taglib.html.LinkTag
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 |
---|
ELLinkTag() |
Modifier and Type | Method and Description |
---|---|
int |
doStartTag()
Process the start tag.
|
String |
getAccesskeyExpr()
Getter method for "accessKey" tag attribute.
|
String |
getActionExpr()
Getter method for "action" tag attribute.
|
String |
getAnchorExpr()
Getter method for "anchor" tag attribute.
|
String |
getBundleExpr()
Getter method for "bundle" tag attribute.
|
String |
getDirExpr()
Getter method for "dir" tag attribute.
|
String |
getForwardExpr()
Getter method for "forward" tag attribute.
|
String |
getHrefExpr()
Getter method for "href" tag attribute.
|
String |
getIndexedExpr()
Getter method for "indexed" tag attribute.
|
String |
getIndexIdExpr()
Getter method for "indexId" tag attribute.
|
String |
getLangExpr()
Getter method for "lang" tag attribute.
|
String |
getLinkNameExpr()
Getter method for "linkName" tag attribute.
|
String |
getModuleExpr()
Getter method for "module" tag attribute.
|
String |
getNameExpr()
Getter method for "name" tag attribute.
|
String |
getOnblurExpr()
Getter method for "onblur" tag attribute.
|
String |
getOnclickExpr()
Getter method for "onclick" tag attribute.
|
String |
getOndblclickExpr()
Getter method for "ondblclick" tag attribute.
|
String |
getOnfocusExpr()
Getter method for "onfocus" tag attribute.
|
String |
getOnkeydownExpr()
Getter method for "onkeydown" tag attribute.
|
String |
getOnkeypressExpr()
Getter method for "onkeypress" tag attribute.
|
String |
getOnkeyupExpr()
Getter method for "onkeyup" tag attribute.
|
String |
getOnmousedownExpr()
Getter method for "onmousedown" tag attribute.
|
String |
getOnmousemoveExpr()
Getter method for "onmousemove" tag attribute.
|
String |
getOnmouseoutExpr()
Getter method for "onmouseout" tag attribute.
|
String |
getOnmouseoverExpr()
Getter method for "onmouseover" tag attribute.
|
String |
getOnmouseupExpr()
Getter method for "onmouseup" 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 |
getStyleClassExpr()
Getter method for "styleClass" tag attribute.
|
String |
getStyleExpr()
Getter method for "style" tag attribute.
|
String |
getStyleIdExpr()
Getter method for "styleId" tag attribute.
|
String |
getTabindexExpr()
Getter method for "tabindex" tag attribute.
|
String |
getTargetExpr()
Getter method for "target" tag attribute.
|
String |
getTitleExpr()
Getter method for "title" tag attribute.
|
String |
getTitleKeyExpr()
Getter method for "titleKey" 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 |
setAccesskeyExpr(String accessKeyExpr)
Setter method for "accessKey" tag attribute.
|
void |
setActionExpr(String actionExpr)
Setter method for "action" tag attribute.
|
void |
setAnchorExpr(String anchorExpr)
Setter method for "anchor" tag attribute.
|
void |
setBundleExpr(String bundleExpr)
Setter method for "bundle" tag attribute.
|
void |
setDirExpr(String dirExpr)
Setter method for "dir" tag attribute.
|
void |
setForwardExpr(String forwardExpr)
Setter method for "forward" tag attribute.
|
void |
setHrefExpr(String hrefExpr)
Setter method for "href" tag attribute.
|
void |
setIndexedExpr(String indexedExpr)
Setter method for "indexed" tag attribute.
|
void |
setIndexIdExpr(String indexIdExpr)
Setter method for "indexId" tag attribute.
|
void |
setLangExpr(String langExpr)
Setter method for "lang" tag attribute.
|
void |
setLinkNameExpr(String linkNameExpr)
Setter method for "linkName" tag attribute.
|
void |
setModuleExpr(String moduleExpr)
Setter method for "module" tag attribute.
|
void |
setNameExpr(String nameExpr)
Setter method for "name" tag attribute.
|
void |
setOnblurExpr(String onblurExpr)
Setter method for "onblur" tag attribute.
|
void |
setOnclickExpr(String onclickExpr)
Setter method for "onclick" tag attribute.
|
void |
setOndblclickExpr(String ondblclickExpr)
Setter method for "ondblclick" tag attribute.
|
void |
setOnfocusExpr(String onfocusExpr)
Setter method for "onfocus" tag attribute.
|
void |
setOnkeydownExpr(String onkeydownExpr)
Setter method for "onkeydown" tag attribute.
|
void |
setOnkeypressExpr(String onkeypressExpr)
Setter method for "onkeypress" tag attribute.
|
void |
setOnkeyupExpr(String onkeyupExpr)
Setter method for "onkeyup" tag attribute.
|
void |
setOnmousedownExpr(String onmousedownExpr)
Setter method for "onmousedown" tag attribute.
|
void |
setOnmousemoveExpr(String onmousemoveExpr)
Setter method for "onmousemove" tag attribute.
|
void |
setOnmouseoutExpr(String onmouseoutExpr)
Setter method for "onmouseout" tag attribute.
|
void |
setOnmouseoverExpr(String onmouseoverExpr)
Setter method for "onmouseover" tag attribute.
|
void |
setOnmouseupExpr(String onmouseupExpr)
Setter method for "onmouseup" 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 |
setStyleClassExpr(String styleClassExpr)
Setter method for "styleClass" tag attribute.
|
void |
setStyleExpr(String styleExpr)
Setter method for "style" tag attribute.
|
void |
setStyleIdExpr(String styleIdExpr)
Setter method for "styleId" tag attribute.
|
void |
setTabindexExpr(String tabindexExpr)
Setter method for "tabindex" tag attribute.
|
void |
setTargetExpr(String targetExpr)
Setter method for "target" tag attribute.
|
void |
setTitleExpr(String titleExpr)
Setter method for "title" tag attribute.
|
void |
setTitleKeyExpr(String titleKeyExpr)
Setter method for "titleKey" tag attribute.
|
void |
setTransactionExpr(String transactionExpr)
Setter method for "transaction" tag attribute.
|
void |
setUseLocalEncodingExpr(String useLocalEncodingExpr)
Setter method for "useLocalEncoding" tag attribute.
|
addParameter, calculateURL, doAfterBody, doEndTag, 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 getAccesskeyExpr()
public String getActionExpr()
public String getModuleExpr()
public String getAnchorExpr()
public String getBundleExpr()
public String getDirExpr()
public String getForwardExpr()
public String getHrefExpr()
public String getIndexedExpr()
public String getIndexIdExpr()
public String getLangExpr()
public String getLinkNameExpr()
public String getNameExpr()
public String getOnblurExpr()
public String getOnclickExpr()
public String getOndblclickExpr()
public String getOnfocusExpr()
public String getOnkeydownExpr()
public String getOnkeypressExpr()
public String getOnkeyupExpr()
public String getOnmousedownExpr()
public String getOnmousemoveExpr()
public String getOnmouseoutExpr()
public String getOnmouseoverExpr()
public String getOnmouseupExpr()
public String getPageExpr()
public String getParamIdExpr()
public String getParamNameExpr()
public String getParamPropertyExpr()
public String getParamScopeExpr()
public String getPropertyExpr()
public String getScopeExpr()
public String getStyleExpr()
public String getStyleClassExpr()
public String getStyleIdExpr()
public String getTabindexExpr()
public String getTargetExpr()
public String getTitleExpr()
public String getTitleKeyExpr()
public String getTransactionExpr()
public String getUseLocalEncodingExpr()
public void setAccesskeyExpr(String accessKeyExpr)
public void setActionExpr(String actionExpr)
public void setModuleExpr(String moduleExpr)
public void setAnchorExpr(String anchorExpr)
public void setBundleExpr(String bundleExpr)
public void setDirExpr(String dirExpr)
public void setForwardExpr(String forwardExpr)
public void setHrefExpr(String hrefExpr)
public void setIndexedExpr(String indexedExpr)
public void setIndexIdExpr(String indexIdExpr)
public void setLangExpr(String langExpr)
public void setLinkNameExpr(String linkNameExpr)
public void setNameExpr(String nameExpr)
public void setOnblurExpr(String onblurExpr)
public void setOnclickExpr(String onclickExpr)
public void setOndblclickExpr(String ondblclickExpr)
public void setOnfocusExpr(String onfocusExpr)
public void setOnkeydownExpr(String onkeydownExpr)
public void setOnkeypressExpr(String onkeypressExpr)
public void setOnkeyupExpr(String onkeyupExpr)
public void setOnmousedownExpr(String onmousedownExpr)
public void setOnmousemoveExpr(String onmousemoveExpr)
public void setOnmouseoutExpr(String onmouseoutExpr)
public void setOnmouseoverExpr(String onmouseoverExpr)
public void setOnmouseupExpr(String onmouseupExpr)
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 setStyleExpr(String styleExpr)
public void setStyleClassExpr(String styleClassExpr)
public void setStyleIdExpr(String styleIdExpr)
public void setTabindexExpr(String tabindexExpr)
public void setTargetExpr(String targetExpr)
public void setTitleExpr(String titleExpr)
public void setTitleKeyExpr(String titleKeyExpr)
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.