Class AbstractMojoTransform

    • Field Detail

      • FP_NAME_CONTENT_TYPE

        public static final java.lang.String FP_NAME_CONTENT_TYPE
        See Also:
        Constant Field Values
    • Constructor Detail

      • AbstractMojoTransform

        public AbstractMojoTransform()
    • Method Detail

      • renderShell

        public void renderShell​(MarkupOutput out)
        Description copied from class: AbstractAppTransform

        Generates the shell for this Transform.

        The shell is a <div> tag that automatically surrounds the content generated by the Transform. It's used among other things by the javascript to identify the HTML associated with a bone, and by the iFrame update technology to identify a component in the page.

        The attributes to append to this <div> are obtained from the getAttributesShellDiv method; the style from the getStyleShellDiv method.
        This method calls renderCssLink and checkStatus to generate the Transform's content.
        Overrides:
        renderShell in class AbstractAppTransform
        Parameters:
        out - output by this transform
      • createErrorBlock

        public static Block createErrorBlock​(java.lang.Exception ex,
                                             MarkupOutput out)