*/
public static final String outDeviceStyleSheets(ServletContext ctx,
HttpServletRequest request, HttpServletResponse response,
String deviceType) {
Execution old = Executions.getCurrent();
Execution exec = new ExecutionImpl(ctx, request, response, null, null);
ExecutionsCtrl.setCurrent(exec);
((ExecutionCtrl)exec).onActivate();
try {
return HtmlPageRenders.outLangStyleSheets(exec,
WebManager.getWebManager(ctx).getWebApp(),