MCPcopy Index your code
hub / github.com/apache/tomcat / getJavaEncoding

Method getJavaEncoding

java/org/apache/jasper/Options.java:176–176  ·  view source on GitHub ↗

Returns the Java platform character encoding used when generating the JSP page servlet source. @return Java platform encoding to generate the JSP page servlet.

()

Source from the content-addressed store, hash-verified

174 * @return Java platform encoding to generate the JSP page servlet.
175 */
176 String getJavaEncoding();
177
178 /**
179 * The boolean flag to tell Ant whether to fork JSP page compilations.

Callers 5

setupContextWriterMethod · 0.65
generateClassMethod · 0.65
getContentsMethod · 0.65
generateClassMethod · 0.65
generateClassMethod · 0.65

Implementers 2

JspCjava/org/apache/jasper/JspC.java
EmbeddedServletOptionsjava/org/apache/jasper/EmbeddedServlet

Calls

no outgoing calls

Tested by

no test coverage detected