Class ImportTag

All Implemented Interfaces:
BodyTag, IterationTag, JspTag, Tag, TryCatchFinally, Serializable, ParamParent

public class ImportTag extends ImportSupport

A handler for <import> that accepts attributes as Strings and evaluates them as expressions at runtime.

Author:
Shawn Bayern
See Also:
  • Constructor Details

    • ImportTag

      public ImportTag()
      Constructs a new ImportTag. As with TagSupport, subclasses should not provide other constructors and are expected to call the superclass constructor
  • Method Details