public class Constants
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CATALINA_HOME_PROP
Name of the system property containing
the tomcat product installation path
|
static int |
DEFAULT_BUFFER_SIZE
Default size of the JSP buffer.
|
static int |
DEFAULT_TAG_BUFFER_SIZE
Default size for the tag buffers.
|
static java.lang.String |
IE_PLUGIN_URL |
static boolean |
IS_SECURITY_ENABLED
Has security been turned on?
|
static java.lang.String |
JSP_FACTORY_POOL_SIZE_INIT_PARAM
Name of the ServletContext init-param that determines the JSP
factory pool size.
|
static int |
MAX_POOL_SIZE
Default tag handler pool size.
|
static java.lang.String |
NS_PLUGIN_URL
Default URLs to download the plugin for Netscape and IE.
|
static java.lang.String |
SPEC_VERSION |
static java.util.List<java.lang.String> |
STANDARD_IMPORTS |
static java.lang.String |
XML_BLOCK_EXTERNAL_INIT_PARAM
Name of the ServletContext init-param that determines if the XML parsers
will block the resolution of external entities.
|
static java.lang.String |
XML_VALIDATION_TLD_INIT_PARAM
Name of the ServletContext init-param that determines if the XML parsers
used for *.tld files will be validating or not.
|
| Constructor and Description |
|---|
Constants() |
public static final java.lang.String SPEC_VERSION
public static final java.util.List<java.lang.String> STANDARD_IMPORTS
public static final int DEFAULT_BUFFER_SIZE
public static final int DEFAULT_TAG_BUFFER_SIZE
public static final int MAX_POOL_SIZE
public static final java.lang.String NS_PLUGIN_URL
public static final java.lang.String IE_PLUGIN_URL
public static final boolean IS_SECURITY_ENABLED
public static final java.lang.String CATALINA_HOME_PROP
public static final java.lang.String XML_VALIDATION_TLD_INIT_PARAM
This must be kept in sync with org.apache.catalina.Globals
public static final java.lang.String XML_BLOCK_EXTERNAL_INIT_PARAM
This must be kept in sync with org.apache.catalina.Globals
public static final java.lang.String JSP_FACTORY_POOL_SIZE_INIT_PARAM
8 per thread.Copyright © 2014–2021. All rights reserved.