Class IncludeTag

  • All Implemented Interfaces:
    Tag

    public class IncludeTag
    extends TagSupport
    A tag which conditionally evaluates its body based on some condition
    Version:
    $Revision: 155420 $
    Author:
    James Strachan
    • Constructor Detail

      • IncludeTag

        public IncludeTag()
    • Method Detail

      • setInherit

        public void setInherit​(String inherit)
      • setExport

        public void setExport​(String export)
      • isInherit

        public boolean isInherit()
      • isExport

        public boolean isExport()
      • getFile

        public File getFile()
        Returns:
      • setFile

        public void setFile​(File file)
        Sets the file to be included which is either an absolute file or a file relative to the current directory
      • setUri

        public void setUri​(String uri)
        Sets the URI (relative URI or absolute URL) for the script to evaluate.