Class UserProfileTag

All Implemented Interfaces:
Serializable, IterationTag, JspTag, Tag

public class UserProfileTag extends ElementTag
A JSP Tag to display a User profile across applications.
Since:
1.0
Version:
6.0
Author:
Luke
See Also:
  • Constructor Details

    • UserProfileTag

      public UserProfileTag()
  • Method Details

    • setLocation

      public void setLocation(UserData ud)
      Sets the User Location for this user.
      Parameters:
      ud - the UserData bean
    • doStartTag

      public int doStartTag() throws JspException
      Opens this link element by writing an >A< tag.
      Specified by:
      doStartTag in interface Tag
      Overrides:
      doStartTag in class ElementTag
      Throws:
      JspException - if an error occurs;
    • doEndTag

      public int doEndTag() throws JspException
      Closes this link element by writing an >/A< tag.
      Specified by:
      doEndTag in interface Tag
      Overrides:
      doEndTag in class TagSupport
      Throws:
      JspException - if an I/O error occurs