public class LinkBeanTag
extends org.apache.struts.taglib.html.LinkTag
Parameters:
| Modifier and Type | Field and Description |
|---|---|
protected String |
blink
De extra attributen tov de html:link tag
|
protected String |
bmessage |
protected String |
bpage |
action, anchor, forward, href, indexId, linkName, module, name, page, paramId, paramName, paramProperty, paramScope, property, scope, target, text, transaction, useLocalEncoding| Constructor and Description |
|---|
LinkBeanTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doAfterBody()
Save the associated label from the body content.
|
int |
doEndTag()
Render the end of the hyperlink.
|
int |
doStartTag()
Render the beginning of the bean hyperlink.
|
String |
getBlink()
Getter for property blink.
|
String |
getBmessage()
Getter for property bmessage.
|
String |
getBpage()
Getter for property bpage.
|
void |
release()
Release any acquired resources.
|
void |
setBlink(String blink)
Setter for property blink.
|
void |
setBmessage(String bmessage)
Setter for property bmessage.
|
void |
setBpage(String bpage)
Setter for property bpage.
|
calculateURL, 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, setUseLocalEncodingdoErrorsExist, getAccesskey, getAlt, getAltKey, getBundle, getDisabled, getElementClose, getErrorKey, getErrorStyle, getErrorStyleClass, getErrorStyleId, getIndexed, getIndexValue, 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, prepareKeyEvents, prepareMouseEvents, prepareName, prepareOtherAttributes, prepareStyles, prepareTextEvents, setAccesskey, setAlt, setAltKey, setBundle, setDisabled, setErrorKey, setErrorStyle, setErrorStyleClass, setErrorStyleId, setIndexed, setLocale, setOnblur, setOnchange, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnselect, setReadonly, setStyle, setStyleClass, setStyleId, setTabindex, setTitle, setTitleKeydoInitBody, getBodyContent, getPreviousOut, setBodyContentfindAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValueprotected String blink
protected String bpage
protected String bmessage
public String getBlink()
public void setBlink(String blink)
blink - New value of property blink.public String getBpage()
public void setBpage(String bpage)
bpage - New value of property bpage.public String getBmessage()
public void setBmessage(String bmessage)
bmessage - New value of property bmessage.public int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class org.apache.struts.taglib.html.LinkTagjavax.servlet.jsp.JspException - if a JSP exception has occurredpublic int doAfterBody()
throws javax.servlet.jsp.JspException
doAfterBody in interface javax.servlet.jsp.tagext.IterationTagdoAfterBody in class org.apache.struts.taglib.html.LinkTagjavax.servlet.jsp.JspException - if a JSP exception has occurredpublic int doEndTag()
throws javax.servlet.jsp.JspException
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class org.apache.struts.taglib.html.LinkTagjavax.servlet.jsp.JspException - if a JSP exception has occurredpublic void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class org.apache.struts.taglib.html.LinkTagCopyright © 2019 B3Partners B.V.. All rights reserved.