© 2004 BEA Systems, Inc.

com.bea.struts.adapter.taglib.html
Class LinkTagAdapter

java.lang.Object
  extended byLinkTag
      extended bycom.bea.struts.adapter.taglib.html.LinkTagAdapter

public class LinkTagAdapter
extends LinkTag

See Also:
Serialized Form

Constructor Summary
LinkTagAdapter()
           
 
Method Summary
protected  String calculateURL()
          Return the complete URL to which this hyperlink will direct the user.
 int doStartTag()
          Render the beginning of the hyperlink.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkTagAdapter

public LinkTagAdapter()
Method Detail

calculateURL

protected String calculateURL()
                       throws JspException
Return the complete URL to which this hyperlink will direct the user. Support for indexed property since Struts 1.1

Throws:
JspException - if an exception is thrown calculating the value

doStartTag

public int doStartTag()
               throws JspException
Render the beginning of the hyperlink.

Support for indexed property since Struts 1.1

Throws:
JspException - if a JSP exception has occurred

© 2004 BEA Systems, Inc.

Copyright © 2004 BEA Systems, Inc. All Rights Reserved