Class AirlineBannerTag

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

public class AirlineBannerTag extends TagSupport
A JSP tag to set the name of the Airline banner image.
Since:
2.0
Version:
11.0
Author:
Luke
See Also:
  • Constructor Details

    • AirlineBannerTag

      public AirlineBannerTag()
  • Method Details

    • setVar

      public void setVar(String attr)
      Sets the name of the HTTP request attribute to store the image name in.
      Parameters:
      attr - the request attribute name
    • setPageContext

      public final void setPageContext(PageContext ctxt)
      Loads the UI scheme name from the user object, if present.
      Specified by:
      setPageContext in interface Tag
      Overrides:
      setPageContext in class TagSupport
      Parameters:
      ctxt - the JSP page context
    • release

      public void release()
      Releases the tag's state variables.
      Specified by:
      release in interface Tag
      Overrides:
      release in class TagSupport
    • doEndTag

      public int doEndTag()
      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