Class CapabilitiesFormatTag

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

public class CapabilitiesFormatTag extends TagSupport
A JSP tag to display aircraft/simulator Capabilities bitmaps.
Since:
8.6
Version:
10.2
Author:
Luke
See Also:
  • Constructor Details

    • CapabilitiesFormatTag

      public CapabilitiesFormatTag()
  • Method Details

    • setMap

      public void setMap(long capMap)
      Sets the aircraft/simulator capabilities bitmap.
      Parameters:
      capMap - the bitmap
    • doEndTag

      public int doEndTag() throws JspException
      Prints the list of visible capabilities to the JSP output stream
      Specified by:
      doEndTag in interface Tag
      Overrides:
      doEndTag in class TagSupport
      Returns:
      EVAL_PAGE always
      Throws:
      JspException - if an error occurs
    • release

      public void release()
      Specified by:
      release in interface Tag
      Overrides:
      release in class TagSupport