]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/output/template/Outputable.java
add: an non-HTML-encoding mode for templates for e.g. producing emails
[gigi.git] / src / org / cacert / gigi / output / template / Outputable.java
index 02fea41193086bf4c2af3fa1a1ab5dbdbe644208..1e6d9f10041c3552fa80daa91a5cac41d710f889 100644 (file)
@@ -10,6 +10,8 @@ import org.cacert.gigi.localisation.Language;
  */
 public interface Outputable {
 
+    public static final String OUT_KEY_PLAIN = "output-content-plain";
+
     /**
      * Writes this object's content to the given output stream.
      *