protected String servletJavaFileName;
protected String javaPath;
protected String classFileName;
- protected String contentType;
protected ServletWriter writer;
protected Options options;
protected JspServletWrapper jsw;
}
/**
- * Get the content type of this JSP.
- *
- * Content type includes content type and encoding.
- */
- public String getContentType() {
- return contentType;
- }
-
- public void setContentType(String contentType) {
- this.contentType = contentType;
- }
-
- /**
* Where is the servlet being generated?
*/
public ServletWriter getWriter() {