com.jalios.jcms.taglib
Class LinkTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by javax.servlet.jsp.tagext.BodyTagSupport
          extended by com.jalios.jcms.taglib.UrlTag
              extended by com.jalios.jcms.taglib.LinkTag
All Implemented Interfaces:
Serializable, javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, 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: 33113 $
Author:
Olivier Jaquemet
See Also:
Serialized Form

Field Summary
static String REVISION
           
 
Fields inherited from class com.jalios.jcms.taglib.UrlTag
BASE_URL
 
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
 
Constructor Summary
LinkTag()
           
 
Method Summary
 int doAfterBody()
           
 int doEndTag()
           
 int doStartTag()
           
 void printDataName(Writer out, Locale locale)
          Print the data name on the given writer.
 void printLinkEnd(javax.servlet.jsp.JspWriter out)
          Print closing tag </a>.
 void printLinkStart(javax.servlet.http.HttpServletRequest request, Writer out, Locale locale)
          Print opening tag <a...
 void setAccessibilityInfo(String accessibilityInfo)
           
 void setCss(String css)
           
 void setHtmlAttributes(String htmlAttributes)
           
 void setTitle(String text)
           
 
Methods inherited from class com.jalios.jcms.taglib.UrlTag
getBaseURL, printUrl, setAnchor, setBaseUrl, setData, setId, setParamNames, setParamRemove, setParams, setParamValues, setUpdate
 
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, 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
 

Field Detail

REVISION

public static final String REVISION
See Also:
Constant Field Values
Constructor Detail

LinkTag

public LinkTag()
Method Detail

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 HttpServletRequest
out - the current JspWriter
locale - 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 JspWriter
locale - 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.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-2010 Jalios SA. All Rights Reserved.