Class DropDivOfClassSectionRule

  • All Implemented Interfaces:
    com.opensymphony.module.sitemesh.html.TagRule

    public class DropDivOfClassSectionRule
    extends com.opensymphony.module.sitemesh.html.BasicRule
    Special rule for Maven/Doxia generated HTML pages. They nest typically the header paragraphs together with the following elements into a div section with a class attribute of value "section". This rule removes this div elements so that any contained element will be at the same level.
    Author:
    Jörg Schaible
    • Constructor Detail

      • DropDivOfClassSectionRule

        public DropDivOfClassSectionRule()
    • Method Detail

      • process

        public void process​(com.opensymphony.module.sitemesh.html.Tag tag)
        Specified by:
        process in interface com.opensymphony.module.sitemesh.html.TagRule
        Specified by:
        process in class com.opensymphony.module.sitemesh.html.BasicRule