
com.jk.context.JKContextConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jk-util Show documentation
Show all versions of jk-util Show documentation
This is utility classes used by my other projects.
The newest version!
/*
* Copyright 2002-2016 Jalal Kiswani.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.jk.context;
/**
* The Class ContextParamKeys.
*
* @author Jalal Kiswani
*/
public class JKContextConstants {
/** The Constant IP_ADDRESS. */
public static final String IP_ADDRESS = "jk.ipAddress";
/** The Constant MACHINE_NAME. */
public static final String MACHINE_NAME = "jk.machineName";
/** The Constant USER. */
public static final String USER = "jk.user";
/** The Constant PORT_NUMBER. */
public static final String PORT_NUMBER = "jk.portNumber";
/** The Constant JASS_REMOTE_USER. */
public static final String JASS_REMOTE_USER = "jk.remoteUser";
/** The Constant HTTP_SESSION_ID. */
public static final String HTTP_SESSION_ID = "jk.httpSessionId";
/** The Constant HTTP_SESSION_MAP. */
public static final String HTTP_SESSION_MAP = "jk.sessionMap";
/** The Constant HTTP_REQUEST_MAP. */
public static final String HTTP_REQUEST_MAP = "jk.requestMap";
/** The Constant APPLICATION_MAP. */
public static final String APPLICATION_MAP = "jk.applicationMap";
/** The Constant JK_CONTEXT. */
public static final String JK_CONTEXT = "jk.context";
/** The Constant JK_CONFIG_PATH. */
public static final String JK_CONFIG_PATH = "jk.config.path";
/** The Constant JK_CONFIG_PATH_DEFAULT. */
public static final String JK_CONFIG_PATH_DEFAULT = "";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy