it.eng.spago.taglib.html
Class RewriteTag

java.lang.Object
  extended by BodyTagSupport
      extended by it.eng.spago.taglib.html.BaseHandlerTag
          extended by it.eng.spago.taglib.html.LinkTag
              extended by it.eng.spago.taglib.html.RewriteTag

public class RewriteTag
extends LinkTag

Generate a URL-encoded URI as a string.

Version:
$Rev: 421129 $ $Date: 2004-10-16 12:38:42 -0400 (Sat, 16 Oct 2004) $

Field Summary
 
Fields inherited from class it.eng.spago.taglib.html.LinkTag
alias, aliasRelated, anchor, href, indexId, linkName, messages, paramId, paramName, paramScope, property, scope, target, text, transaction, useLocalEncoding
 
Fields inherited from class it.eng.spago.taglib.html.BaseHandlerTag
accesskey, doDisabled, doReadonly, indexed, tabindex
 
Constructor Summary
RewriteTag()
           
 
Method Summary
 int doEndTag()
          Ignore the end of this tag.
 int doStartTag()
          Render the appropriately encoded URI.
 
Methods inherited from class it.eng.spago.taglib.html.LinkTag
calculateURL, doAfterBody, getAnchor, getHref, getIndexId, getLinkName, getParamId, getParamName, getParamScope, getProperty, getScope, getTarget, getTransaction, isUseLocalEncoding, release, setAlias, setAliasRelated, setAnchor, setHref, setIndexId, setLinkName, setParamId, setParamName, setParamScope, setProperty, setScope, setTarget, setTransaction, setUseLocalEncoding
 
Methods inherited from class it.eng.spago.taglib.html.BaseHandlerTag
doErrorsExist, getAccesskey, getAlt, getAltKey, getBundle, getDisabled, getElementClose, getErrorStyle, getErrorStyleClass, getErrorStyleId, getIndexed, getIndexValue, 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, setErrorStyle, setErrorStyleClass, setErrorStyleId, setIndexed, setOnblur, setOnchange, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnselect, setReadonly, setStyle, setStyleClass, setStyleId, setTabindex, setTitle, setTitleKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RewriteTag

public RewriteTag()
Method Detail

doStartTag

public int doStartTag()
               throws JspException
Render the appropriately encoded URI.

Overrides:
doStartTag in class LinkTag
Throws:
JspException - if a JSP exception has occurred

doEndTag

public int doEndTag()
             throws JspException
Ignore the end of this tag.

Overrides:
doEndTag in class LinkTag
Throws:
JspException - if a JSP exception has occurred