Class PilotNameTag

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

public class PilotNameTag extends TagSupport
A JSP tag to display Pilot Names, hiding GDPR-forgotten user names.
Since:
8.3
Version:
8.3
Author:
Luke
See Also:
  • Constructor Details

    • PilotNameTag

      public PilotNameTag()
  • Method Details

    • setPilot

      public void setPilot(Pilot p)
      Sets the Pilot.
      Parameters:
      p - the Pilot
    • doStartTag

      public int doStartTag()
      Determines whether the enclosed content should be rendered to the JSP output stream.
      Specified by:
      doStartTag in interface Tag
      Overrides:
      doStartTag in class TagSupport
      Returns:
      TagSupport.EVAL_BODY_INCLUDE or TagSupport.SKIP_BODY