Class AirlineNameTag

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

public class AirlineNameTag extends TagSupport
A JSP tag to write the Airline name.
Since:
1.0
Version:
7.0
Author:
Luke
See Also:
  • Constructor Details

    • AirlineNameTag

      public AirlineNameTag()
  • Method Details

    • doEndTag

      public int doEndTag() throws JspException
      Renders the Airline name to the JSP output stream.
      Specified by:
      doEndTag in interface Tag
      Overrides:
      doEndTag in class TagSupport
      Returns:
      TagSupport.EVAL_PAGE always
      Throws:
      JspException - if an I/O error occurs