public class JspC
Project specific jasper compiler. Overwrites original jasper compiler.
public JspC()
Project specific jasper compiler. Overwrites original jasper compiler.
public boolean getEnableTldScan()
TldScan can be enabled with this property.
public void setEnableTldScan(boolean p)
TldScan can be enabled with this property.
@NotNull public java.util.List<java.lang.String> getTldScanIncludes()
TldScan can be configured with this property. This extends the search path for Tlds.
public void setTldScanIncludes(@NotNull
java.util.List<java.lang.String> p)
TldScan can be configured with this property. This extends the search path for Tlds.
@NotNull public java.util.List<java.lang.String> getTldScanExcludes()
TldScan can be configured with this property. This reduces the search path for Tlds.
public void setTldScanExcludes(@NotNull
java.util.List<java.lang.String> p)
TldScan can be configured with this property. This reduces the search path for Tlds.
public void setLogging(@NotNull
org.apache.log4j.Level level)
This configures the log level of the JspC.
level - log level for logging.protected void initTldScanner(@Nullable
org.apache.jasper.servlet.JspCServletContext context,
@Nullable
java.lang.ClassLoader classLoader)
@Nullable protected TldScanner newTldScanner(@Nullable org.apache.jasper.servlet.JspCServletContext context, boolean namespaceAware, boolean validate, boolean blockExternal)
protected void initServletContext(@Nullable
java.lang.ClassLoader classLoader)