java.lang.Object
ch.tocco.nice2.optional.cms.api.publish.Keys

public final class Keys extends Object
  • Field Details

    • SKIP_PROVIDERS

      public static final Mode.Key<Set> SKIP_PROVIDERS
      Skip certain model providers.
    • KEEP_PLAIN_EMAIL_ADDRESSES

      public static final Mode.Key<Boolean> KEEP_PLAIN_EMAIL_ADDRESSES
      Prevent email addresses from getting encoded.
    • FULL_HTTP_URLS

      public static final Mode.Key<Boolean> FULL_HTTP_URLS
      Prevent URLs from to be stripped if optimal path starts with current request URL i.e. if URL of image is http://www.example.org/my-img.jpg and current request URL is http://www.example.org, then the image URL usually will be reduced to /my-img.jpg. Setting fullHttpUrls to true disables this reduction.