public class Constants
extends Object
Internal implementation constants.
-
Field Summary
Fields
Servlet context init parameter name for binary buffer size.
Servlet context attribute name for the ServerContainer instance.
Servlet context init parameter name for text buffer size.
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
BINARY_BUFFER_SIZE_SERVLET_CONTEXT_INIT_PARAM
public static final String BINARY_BUFFER_SIZE_SERVLET_CONTEXT_INIT_PARAM
Servlet context init parameter name for binary buffer size.
- See Also:
-
-
TEXT_BUFFER_SIZE_SERVLET_CONTEXT_INIT_PARAM
public static final String TEXT_BUFFER_SIZE_SERVLET_CONTEXT_INIT_PARAM
Servlet context init parameter name for text buffer size.
- See Also:
-
-
SERVER_CONTAINER_SERVLET_CONTEXT_ATTRIBUTE
public static final String SERVER_CONTAINER_SERVLET_CONTEXT_ATTRIBUTE
Servlet context attribute name for the ServerContainer instance.
- See Also:
-