Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

NameDescriptionValid Values (out of the box)
locationLocation to be proxied by the content service. Depending on the service, may be a URL, classpath resource, etc. 
contentServiceKey (spring bean name) of the content service.

httpContentServiceImpl

classpathResourceContentService

preInterceptorsList 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
filtersOrdered 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

 Image Added

PreInterceptors

...