css
Retrieves a CSS file from the current skin, from the css/ folder. Use /ui/css/ instead.
Parameters
- action
- css
- resource
- The filename of the CSS file to get from the current skin (base.css).
Example URL
http://<host>:<port>/<context>/web/ui.xql?action=css&resource=<value>
Successful Result
A binary stream of the CSS file, returned as mime-type "text/css".
Failed Result
An HTML page indicating a 404 Not Found error.