MollyPages.org
"You were wrong case. To live here is to live." |
Pages /
Database /
Forms /
Servlet /
Javadocs
/
License & Download /
Tutorials /
Cookbook
/
Contact & Hire
|
Current directives are:
The value of "none" or an empty string will turn off writing any mimetype entirely (the user can then manually write a mimetype via the javax.servlet.ServletResponse.setContentType method manually).
If not specified, the default mimetype is: Page.DEFAULT_MIME_TYPE ("text/html")
If not specified, the default mimetype is: Page.DEFAULT_ENCODING ("ISO-8859-1")
See Charset discussion on when to use this.
If not specified, the default size is: Page.DEFAULT_BUFFER_SIZE ("8048")
[page ..directive.. ]
Quotes are optional for directive values. For example:
[page mimetype=foo/bar]
and [page mimetype="foo/bar"]
are both valid directives.
<html>
[page mimetype='text/plain']
<body>
<table><tr><td>test</td></tr></table>
</body>
</html>
<body>
<table><tr><td>test</td></tr></table>
</body>