Sets the encoding specified in the JSP config element whose URL pattern matches the page containing this Root. @param enc The page encoding from the JSP config
(String enc)
| 567 | * @param enc The page encoding from the JSP config |
| 568 | */ |
| 569 | public void setJspConfigPageEncoding(String enc) { |
| 570 | jspConfigPageEnc = enc; |
| 571 | } |
| 572 | |
| 573 | /** |
| 574 | * Gets the encoding specified in the JSP config element whose URL pattern matches the page containing this |