/** * Logback: the reliable, generic, fast and flexible logging framework. * Copyright (C) 1999-2015, QOS.ch. All rights reserved. * * This program and the accompanying materials are dual-licensed under * either the terms of the Eclipse Public License v1.0 as published by * the Eclipse Foundation * * or (per the licensee's choosing) * * under the terms of the GNU Lesser General Public License version 2.1 * as published by the Free Software Foundation. */ package ch.qos.logback.access; public class AccessConstants { public static final String LOGBACK_STATUS_MANAGER_KEY = "LOGBACK_STATUS_MANAGER"; public static final String LB_INPUT_BUFFER = "LB_INPUT_BUFFER"; public static final String LB_OUTPUT_BUFFER = "LB_OUTPUT_BUFFER"; public static final String X_WWW_FORM_URLECODED = "application/x-www-form-urlencoded"; public static final String IMAGE_CONTENT_TYPE = "image/"; public static final String IMAGE_JPEG = "image/jpeg"; public static final String IMAGE_GIF = "image/gif"; public static final String IMAGE_PNG = "image/png"; public static final String TEE_FILTER_INCLUDES_PARAM = "includes"; public static final String TEE_FILTER_EXCLUDES_PARAM = "excludes"; }