public class TldScanner
Project specific TldScanner for Jasper Compiler.
public TldScanner(@Nullable
javax.servlet.ServletContext context,
boolean namespaceAware,
boolean validation,
boolean blockExternal)
Project specific TldScanner for Jasper Compiler.
@NotNull public java.util.List<java.lang.String> getIncludeNames()
TldScan can be configured with this property. This extends the names for TLD files.
public void setIncludeNames(@NotNull
java.util.List<java.lang.String> p)
TldScan can be configured with this property. This extends the names for TLD files.
@NotNull public java.util.List<java.lang.String> getExcludeNames()
TldScan can be configured with this property. This reduces the names for TLD files.
public void setExcludeNames(@NotNull
java.util.List<java.lang.String> p)
TldScan can be configured with this property. This reduces the names for TLD files.
public void setLogging(@NotNull
org.apache.log4j.Level level)
Set log level for TLD scanner.
level - public void scanJars()
protected void parseTld(@Nullable
java.lang.String resourcePath)
protected void parseTld(@Nullable
org.apache.tomcat.util.descriptor.tld.TldResourcePath path)
@Nullable public javax.servlet.ServletContext getContext()
public void setContext(@Nullable
javax.servlet.ServletContext p)