--
PedroRio - 2013-11-12
Web.XML Configurations
In order to render files with .xvw extension (XEO Viewers) the XWC Servlet must be configured in the web.xml file in the current application. That is already done by default when configuring a new project. However there are certain parameters that you can set. See the following list:
Parameter |
Description |
Values |
Default |
Type |
UseBrowserLanguage |
Whether to use the request locale (browser locale) in each request. Only is applicable if the user does not have its own locale settings |
|
false |
Boolean |
UseViewerCache |
Whether to use the viewer parser cache in the application |
|
true |
Boolean |
renderKit |
The renderKit to use in this web context, if present overrides the one in boconfig.xml |
XEOHTMLM/XEOJQUERY |
|
|
LoginPageWhenExpired |
The LoginPage |
|
|
|