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

java.lang.Object
  extended by LinkTag
      extended by com.bea.struts.adapter.taglib.html.LinkTagAdapter

public class LinkTagAdapter
extends LinkTag

Tag adapter for the Struts LinkTag

This class is based on 3rd party types and is thus dependent upon announced or unannounced changes to those 3rd party types. Extensions of this class by other parties must not be expected to compile without change in future versions of BEA Weblogic Portal or in future versions of the 3rd party types.

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
javax.servlet.jsp.JspException - if an exception is thrown calculating the value
JspException

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


Copyright © 2006 BEA Systems, Inc. All Rights Reserved