com.jalios.jcms.taglib
Class LinkTag
java.lang.Object
  
javax.servlet.jsp.tagext.TagSupport
      
javax.servlet.jsp.tagext.BodyTagSupport
          
com.jalios.jcms.taglib.UrlTag
              
com.jalios.jcms.taglib.LinkTag
- All Implemented Interfaces: 
 - Serializable, javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.Tag
 
public class LinkTag
- extends UrlTag
 
Output an href link using the given parameters.
- Since:
 
  - jcms-5.7.0
 
- Version:
 
  - $Revision: 22039 $
 
- Author:
 
  - Olivier Jaquemet
 
- See Also:
 - Serialized Form
 
 
 
| Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport | 
bodyContent | 
 
| Fields inherited from class javax.servlet.jsp.tagext.TagSupport | 
id, pageContext | 
 
| Fields inherited from interface javax.servlet.jsp.tagext.BodyTag | 
EVAL_BODY_BUFFERED, EVAL_BODY_TAG | 
 
| Fields inherited from interface javax.servlet.jsp.tagext.IterationTag | 
EVAL_BODY_AGAIN | 
 
| Fields inherited from interface javax.servlet.jsp.tagext.Tag | 
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE | 
 
 
 
 
| Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport | 
doInitBody, getBodyContent, getPreviousOut, release, setBodyContent | 
 
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport | 
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, resetCustomAttributes, setPageContext, setParent, setValue | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
| Methods inherited from interface javax.servlet.jsp.tagext.Tag | 
getParent, setPageContext, setParent | 
 
REVISION
public static final String REVISION
- See Also:
 - Constant Field Values
 
LinkTag
public LinkTag()
setTitle
public void setTitle(String text)
 
setCss
public void setCss(String css)
 
setHtmlAttributes
public void setHtmlAttributes(String htmlAttributes)
 
setAccessibilityInfo
public void setAccessibilityInfo(String accessibilityInfo)
 
printLinkStart
public void printLinkStart(javax.servlet.http.HttpServletRequest request,
                           Writer out,
                           Locale locale)
                    throws Exception
- Print opening tag <a... href attribute with URL and other attributes.
- Parameters:
 request - the current HttpServletRequestout - the current JspWriterlocale - the user Locale
- Throws:
 Exception- Since:
 
  - jcms-5.7.0
 
 
 
printDataName
public void printDataName(Writer out,
                          Locale locale)
                   throws Exception
- Print the data name on the given writer.
- Parameters:
 out - the current JspWriterlocale - the user Locale
- Throws:
 Exception- Since:
 
  - jcms-5.7.0
 
 
 
printLinkEnd
public void printLinkEnd(javax.servlet.jsp.JspWriter out)
                  throws Exception
- Print closing tag </a>.
- Parameters:
 out - the current JspWriter
- Throws:
 Exception- Since:
 
  - jcms-5.7.0
 
 
 
doStartTag
public int doStartTag()
               throws javax.servlet.jsp.JspException
- Specified by:
 doStartTag in interface javax.servlet.jsp.tagext.Tag- Overrides:
 doStartTag in class UrlTag
 
- Throws:
 javax.servlet.jsp.JspException
 
doAfterBody
public int doAfterBody()
                throws javax.servlet.jsp.JspException
- Specified by:
 doAfterBody in interface javax.servlet.jsp.tagext.BodyTag- Specified by:
 doAfterBody in interface javax.servlet.jsp.tagext.IterationTag- Overrides:
 doAfterBody in class UrlTag
 
- Throws:
 javax.servlet.jsp.JspException
 
doEndTag
public int doEndTag()
             throws javax.servlet.jsp.JspException
- Specified by:
 doEndTag in interface javax.servlet.jsp.tagext.Tag- Overrides:
 doEndTag in class UrlTag
 
- Throws:
 javax.servlet.jsp.JspException
 
Copyright © 2001-2007 Jalios SA. All Rights Reserved.