Class HTMLProcessor

java.lang.Object
com.opensymphony.module.sitemesh.html.HTMLProcessor

public class HTMLProcessor extends Object
The Class HTMLProcessor.
  • Constructor Details

  • Method Details

    • defaultState

      public State defaultState()
      Default state.
      Returns:
      the state
    • addRule

      public void addRule(TagRule rule)
      Equivalent of htmlProcessor.defaultState().addRule()
      Parameters:
      rule - the rule
    • process

      public void process() throws IOException
      Process.
      Throws:
      IOException - Signals that an I/O exception has occurred.
    • addTextFilter

      public void addTextFilter(TextFilter textFilter)
      Adds the text filter.
      Parameters:
      textFilter - the text filter