Java EE Notes
Online blog of a Java EE Developer.
Wednesday, June 16, 2010
Setting response MIME-type in Java ServerFaces
To set the MIME-type in JSF, use the following code in your JSP-page:
<% response.setContentType("text/plain"); %>
In this example, the MIME-type is set to plain text. The browser will treat the page as plain text and will not render the page as a HTML-page.
Here
is a list of common MIME-types.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment