Interface SmallConstants


public interface SmallConstants
Small Framework Constants.
Author:
Matthew Tropiano
  • Field Details

    • SMALL_APPLICATION_ENVIRONMENT_ATTRIBUTE

      static final String SMALL_APPLICATION_ENVIRONMENT_ATTRIBUTE
      The attribute name for the application environment on the servlet context.
      See Also:
    • SMALL_APPLICATION_CONFIGURATION_ATTRIBUTE

      static final String SMALL_APPLICATION_CONFIGURATION_ATTRIBUTE
      The attribute name for the application configuration object on the servlet context.
      See Also:
    • SMALL_REQUEST_ATTRIBUTE_PATH_REMAINDER

      static final String SMALL_REQUEST_ATTRIBUTE_PATH_REMAINDER
      The attribute name for the path remainder that gets set on the request context on each request (default paths only).
      See Also:
    • SMALL_REQUEST_ATTRIBUTE_RESPONSE_OBJECT

      static final String SMALL_REQUEST_ATTRIBUTE_RESPONSE_OBJECT
      The attribute name for the SmallResponse that is passed around between filters and calls (may be null).
      See Also:
    • SMALL_REQUEST_ATTRIBUTE_MULTIPART_LIST

      static final String SMALL_REQUEST_ATTRIBUTE_MULTIPART_LIST
      The attribute name for the part list on multipart requests.
      See Also: