Class RawHtmlArgument

java.lang.Object
org.kohsuke.stapler.RawHtmlArgument

public class RawHtmlArgument extends Object
Argument to expressions that indicates this value is raw HTML and therefore should not be further escaped.
  • Constructor Details

    • RawHtmlArgument

      public RawHtmlArgument(Object value)
  • Method Details