Class WebAccordionMenuDepictor<C extends Menu>

    • Constructor Detail

      • WebAccordionMenuDepictor

        public WebAccordionMenuDepictor()
        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 wraps the component in a decorator element.

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

        protected void depictEnd()
                          throws java.io.IOException
        Description copied from class: AbstractWebComponentDepictor
        Ends the depiction process.

        This version renders the ending XML element information, if there is any.

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