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