org.apache.struts.webapp.example
Class LinkUserTag

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended byorg.apache.struts.webapp.example.LinkUserTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.IterationTag, Serializable, javax.servlet.jsp.tagext.Tag

public class LinkUserTag
extends javax.servlet.jsp.tagext.TagSupport

Generate a URL-encoded hyperlink to the specified URI, with associated query parameters selecting a specified User.

Version:
$Revision: 187140 $ $Date: 2004-07-30 00:23:04 +0200 (Fri, 30 Jul 2004) $
See Also:
Serialized Form

Field Summary
protected static org.apache.struts.util.MessageResources messages
          The message resources for this package.
private  String name
          The attribute name.
protected  String page
          The hyperlink URI.
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
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
LinkUserTag()
           
 
Method Summary
 int doEndTag()
          Render the end of the hyperlink.
 int doStartTag()
          Render the beginning of the hyperlink.
 String getName()
          Return the attribute name.
 String getPage()
          Return the hyperlink URI.
 void release()
          Release any acquired resources.
 void setName(String name)
          Set the attribute name.
 void setPage(String page)
          Set the hyperlink URI.
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

page

protected String page
The hyperlink URI.


messages

protected static org.apache.struts.util.MessageResources messages
The message resources for this package.


name

private String name
The attribute name.

Constructor Detail

LinkUserTag

public LinkUserTag()
Method Detail

getPage

public String getPage()
Return the hyperlink URI.


setPage

public void setPage(String page)
Set the hyperlink URI.

Parameters:
page - Set the hyperlink URI

getName

public String getName()
Return the attribute name.


setName

public void setName(String name)
Set the attribute name.

Parameters:
name - The new attribute name

doStartTag

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

Throws:
javax.servlet.jsp.JspException - if a JSP exception has occurred

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspException
Render the end of the hyperlink.

Throws:
javax.servlet.jsp.JspException - if a JSP exception has occurred

release

public void release()
Release any acquired resources.



Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.