Class WebHeadingLinkDepictor<C extends ActionControl>

    • Constructor Detail

      • WebHeadingLinkDepictor

        public WebHeadingLinkDepictor()
        Default constructor using the XHTML <a> element.
    • Method Detail

      • depictBegin

        protected void depictBegin()
                            throws java.io.IOException
        Begins the depiction process.

        This version renders the beginning XML element information, if there is any, leaving the beginning tag open for attributes.

        This version writes common XHTML attributes.

        This version writes the body ID and class attributes, along with the direction attribute.

        This version renders any component info as a link title.

        This version starts the inner heading element.

        Overrides:
        depictBegin in class WebLinkDepictor<C extends ActionControl>
        Throws:
        java.io.IOException - if there is an error updating the depiction.
        See Also:
        WebHeadingDepictor.getHeadingLocalName(int)