...
init-param name | description |
---|---|
redirects-list | space separated list of URI patterns; if a given request URI matches one of the patterns then CXFServlet will try to find a RequestDispatcher using the pathInfo of the current HTTP request and will redirect the request to it |
redirect-servlet-path | can be used to affect a RequestDispatcher lookup, if specified then it will concatenated with the pathInfo of the current request |
redirect-servlet-name | enable a named RequestDispatcher look-up, after one of the URI patterns in the "redirects-list" has matched the current request URI |
static-resources-list | space separated list of static resource such as html, css, or pdf files which CXFServlet will serve directly from classpath |
static-cache-control | set parameter value to HTTP response Cache-Control header |
...