This is version 286.
It is not the current version, and thus it cannot be edited.
[Back to current version]
[Restore this version]
this mailing list thread.
What is this SandBox?
{Java2HtmlPlugin
public abstract class MyXmlcView extends AbstractView {
protected void renderMergedOutputModel(Map model,
HttpServletRequest request,
HttpServletResponse response)
throws Exception {
this.xmlcContext = XMLCContext.getContext(getServletContext());
OutputOptions oo = new OutputOptions();
XMLObject xo = // creating the XMLObject from the model
response.setContentType(getContentType());
this.xmlcContext.writeDOM(request, response, oo, xo);
}
}
}
Attachments:
|