Class HtmlFunctionsConfig.Rule

java.lang.Object
com.priint.pubserver.comet.bridge.dataprocessing.HtmlFunctionsConfig.Rule
Enclosing class:
HtmlFunctionsConfig

public static class HtmlFunctionsConfig.Rule extends Object
  • Constructor Details

    • Rule

      public Rule()
    • Rule

      public Rule(String selector, String tag, String value, String start, String end)
      Parameters:
      selector - E.g. "pre b" or "pre b, em" for "bold with preformatted" and "italic"
      tag - Tagged tag element name, e.g. "cFont". Value has to be given with "value" attribute.
      value - Value of Tagged tag element name defined by "tag" attribute. E.g. "Arial Narrow".
      start - Plain tagged text to be inserted before content. User is responsible for validity of resulting tagged text, e.g. by using "end" attribute to close what has been opened before.
      end - Plain tagged text to be inserted after content. User is responsible for validity of resulting tagged text. See "start" attribute.
  • Method Details

    • getSelector

      public String getSelector()
    • setSelector

      public void setSelector(String selector)
    • getTag

      public String getTag()
    • setTag

      public void setTag(String tag)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • getStart

      public String getStart()
    • setStart

      public void setStart(String start)
    • getEnd

      public String getEnd()
    • setEnd

      public void setEnd(String end)