Class WebLayoutComponentDepictor<C extends LayoutComponent>

    • Constructor Detail

      • WebLayoutComponentDepictor

        public WebLayoutComponentDepictor()
        Default constructor using the XHTML <div> 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 ID, class, and direction attributes.

        Overrides:
        depictBegin in class AbstractWebComponentDepictor<C extends LayoutComponent>
        Throws:
        java.io.IOException - if there is an error updating the depiction.