Class BlockExtractingRule

java.lang.Object
com.opensymphony.module.sitemesh.html.BasicRule
com.opensymphony.module.sitemesh.html.BlockExtractingRule
All Implemented Interfaces:
TagRule
Direct Known Subclasses:
ContentBlockExtractingRule, HeadExtractingRule, MSOfficeDocumentPropertiesRule, TitleExtractingRule

public abstract class BlockExtractingRule extends BasicRule
  • Field Details

    • includeEnclosingTags

      private boolean includeEnclosingTags
    • seenOpeningTag

      private boolean seenOpeningTag
  • Constructor Details

    • BlockExtractingRule

      protected BlockExtractingRule(boolean includeEnclosingTags, String acceptableTagName)
    • BlockExtractingRule

      protected BlockExtractingRule(boolean includeEnclosingTags)
  • Method Details

    • process

      public void process(Tag tag)
      Specified by:
      process in interface TagRule
      Specified by:
      process in class BasicRule
    • start

      protected void start(Tag tag)
    • end

      protected void end(Tag tag)
    • createBuffer

      protected CharArray createBuffer()