Class Keys
java.lang.Object
ch.tocco.nice2.optional.cms.api.publish.Keys
-
Field Summary
Modifier and TypeFieldDescriptionPrevent URLs from to be stripped if optimal path starts with current request URL i.e.Prevent email addresses from getting encoded.Skip certain model providers. -
Method Summary
-
Field Details
-
SKIP_PROVIDERS
Skip certain model providers. -
KEEP_PLAIN_EMAIL_ADDRESSES
Prevent email addresses from getting encoded. -
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.
-