Documentation Center

Load skin XHTML page

Loads an XHTML page from the etc/skins/SKIN_NAME/templates directory. This skin folder will be found at the file location defined by the app.docs_root configitem in the wietmsd.xml configuration.

Example API call

/servlets3/wietmsd?target=resource&action=html&file_name=cvGraphicControl.html&id=1459258522338&date=1459949706173

Parameters

ParameterDescription
targetresource
actionhtml
file_nameThe full name of the skin XHTML page to load, such as cvGraphicControl.html, or config/components.xml.
idA session ID that was retrieved with or without a specific collection and publication combination
dateTo prevent browser-side caching of data, especially with AJAX requests, it is important to make a URL unique. The most effective technique to accomplish this is to include a time parameter that is based on the time at which the call is made.

Returns

On success
The XHTML page requested, with template variables dynamically injected.
On failure
Nothing.