Class EMailDisplayTag

java.lang.Object
javax.servlet.jsp.tagext.TagSupport
org.deltava.taglib.html.EMailDisplayTag
All Implemented Interfaces:
Serializable, IterationTag, JspTag, Tag

public class EMailDisplayTag extends TagSupport
A JSP Tag to display a Pilot's e-mail address.
Since:
1.0
Version:
7.0
Author:
Luke
See Also:
  • Constructor Details

    • EMailDisplayTag

      public EMailDisplayTag()
  • Method Details

    • setUser

      public void setUser(Person p)
      Updates the Person to display.
      Parameters:
      p - the Person
    • doStartTag

      public int doStartTag() throws JspException
      Renders a link to the user's e-mail address to the JSP output stream
      Specified by:
      doStartTag in interface Tag
      Overrides:
      doStartTag in class TagSupport
      Returns:
      TagSupport.EVAL_PAGE
      Throws:
      JspException - if an error occurs