org.apache.struts.taglib.html

Class RewriteTag

public class RewriteTag extends LinkTag

Generate a URL-encoded URI as a string.

Version: $Rev: 54929 $ $Date: 2004-10-16 17:38:42 +0100 (Sat, 16 Oct 2004) $

Method Summary
intdoEndTag()
Ignore the end of this tag.
intdoStartTag()
Render the appropriately encoded URI.

Method Detail

doEndTag

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

Throws: JspException if a JSP exception has occurred

doStartTag

public int doStartTag()
Render the appropriately encoded URI.

Throws: JspException if a JSP exception has occurred

Copyright © 2000-2008 - The Apache Software Foundation