...
There is a rich configuration admin page that allows configuration of the portlet preferences providing access to most functionality.
A future version of the portlet will have a full-featured administrative interface. In the meantime, major portlet preference values are listed below.
Name | Description | Valid Values (out of the box) |
---|---|---|
location | Location to be proxied by the content service. Depending on the service, may be a URL, classpath resource, etc. | |
contentService | Key (spring bean name) of the content service. | httpContentServiceImpl classpathResourceContentService |
preInterceptors | List of keys (spring bean names) of content request interceptors. Interceptors have the opportunity to modify the URL, headers, and credentials used to make a request. | userInfoUrlParameterizingPreInterceptor |
filters | Ordered list of keys (spring bean names) of document filters. Filters have the opportunity to modify the HTML document received from a content service. | urlRewritingFilter contentClippingFilter |
PreInterceptors
...