Set the class loader used by the digester to create objects as a result of this scan. Normally this only needs to be set when using JspC. @param classLoader Class loader to use when creating new objects while parsing TLDs
(ClassLoader classLoader)
| 132 | * @param classLoader Class loader to use when creating new objects while parsing TLDs |
| 133 | */ |
| 134 | public void setClassLoader(ClassLoader classLoader) { |
| 135 | tldParser.setClassLoader(classLoader); |
| 136 | } |
| 137 | |
| 138 | /** |
| 139 | * Scan for TLDs required by the platform specification. |
no outgoing calls
no test coverage detected