Class IFrameTagHandler

  • All Implemented Interfaces:
    HTMLContentProvider, PageComponentProvider, TagHandler

    public class IFrameTagHandler
    extends DefaultTagHandler
    This tag handler is used to transform the src attribute within an iframe tag.

    Since the assets should continue to be referable, their src attribute values are prepended with the current design path. Note that design path is where the assets are dumped during the import process.

    See Also:
    IFrameTagHandlerFactory
    • Constructor Detail

      • IFrameTagHandler

        public IFrameTagHandler()
    • Method Detail

      • getRawSrc

        public String getRawSrc()
      • isRawSrcAbsolute

        public boolean isRawSrcAbsolute()
      • setNormalizationPrefix

        public void setNormalizationPrefix​(String normalizationPrefix)
      • isNormalizationRequired

        public boolean isNormalizationRequired()
      • setNormalizationRequired

        public void setNormalizationRequired​(boolean normalizationRequired)