org.apache.struts.webapp.example2
Class LinkUserTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by org.apache.struts.webapp.example2.LinkUserTag
All Implemented Interfaces:
java.io.Serializable, javax.servlet.jsp.tagext.IterationTag, 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:
$Rev: 471754 $ $Date: 2006-11-06 08:55:09 -0600 (Mon, 06 Nov 2006) $
Author:
Craig R. McClanahan
See Also:
Serialized Form

Field Summary
protected static MessageResources messages
          The message resources for this package.
protected  java.lang.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.
 java.lang.String getName()
          Return the attribute name.
 java.lang.String getPage()
          Return the hyperlink URI.
 void release()
          Release any acquired resources.
 void setName(java.lang.String name)
          Set the attribute name.
 void setPage(java.lang.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 java.lang.String page
The hyperlink URI.


messages

protected static MessageResources messages
The message resources for this package.

Constructor Detail

LinkUserTag

public LinkUserTag()
Method Detail

getPage

public java.lang.String getPage()
Return the hyperlink URI.


setPage

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

Parameters:
page - Set the hyperlink URI

getName

public java.lang.String getName()
Return the attribute name.


setName

public void setName(java.lang.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.

Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doStartTag in class javax.servlet.jsp.tagext.TagSupport
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.

Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doEndTag in class javax.servlet.jsp.tagext.TagSupport
Throws:
javax.servlet.jsp.JspException - if a JSP exception has occurred

release

public void release()
Release any acquired resources.

Specified by:
release in interface javax.servlet.jsp.tagext.Tag
Overrides:
release in class javax.servlet.jsp.tagext.TagSupport


Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.