All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.code.rees.scope.struts2.StrutsScopeConstants Maven / Gradle / Ivy

There is a newer version: 1.7.4
Show newest version
/*******************************************************************************
 * 
 *  Struts2-Conversation-Plugin - An Open Source Conversation- and Flow-Scope Solution for Struts2-based Applications
 *  =================================================================================================================
 * 
 *  Copyright (C) 2012 by Rees Byars
 *  http://code.google.com/p/struts2-conversation/
 * 
 * **********************************************************************************************************************
 * 
 *  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.
 * 
 * **********************************************************************************************************************
 * 
 *  $Id: StrutsScopeConstants.java reesbyars $
 ******************************************************************************/
package com.google.code.rees.scope.struts2;

/**
 * The Struts2 scope constants.
 * 
 * @author rees.byars
 */
public class StrutsScopeConstants {
    public static final String ACTION_FINDER_KEY = "struts.scope.actionFinder";
    public static final String REQUIRE_FOLLOWS_CONVENTION = "struts.scope.followsConvention";
    public static final String CONVERSATION_ARBITRATOR_KEY = "struts.conversation.arbitrator";
    public static final String CONVERSATION_CONFIG_PROVIDER_KEY = "struts.conversation.configurationProvider";
    public static final String CONVERSATION_MANAGER_KEY = "struts.conversation.conversationManager";
    public static final String SCOPE_MANAGER_KEY = "struts.scope.manager";
    public static final String SCOPE_ADAPTER_FACTORY_KEY = "struts.scope.adapterFactory";
    public static final String SESSION_MANAGER_KEY = "struts.session.sessionManager";
    public static final String CONVERSATION_ID_MAP_STACK_KEY = "conversationIdMapStackKey";
    public static final String SESSION_CONFIG_PROVIDER_KEY = "struts.session.configurationProvider";
    public static final String SESSION_FIELD_MAP_KEY = "session.field.map";
    public static final String CONVERSATION_MONITORING_FREQUENCY = "conversation.monitoring.frequency";
    public static final String CONVERSATION_MONITORING_THREAD_POOL_SIZE = "conversation.monitoring.thread.pool.size";
    public static final String CONVERSATION_IDLE_TIMEOUT = "conversation.idle.timeout";
    public static final String CONVERSATION_MAX_INSTANCES = "conversation.max.instances";
    public static final String CONVERSATION_CONTEXT_FACTORY = "conversation.context.factory";
    public static final String CONVERSATION_CONTEXT_MANAGER_FACTORY = "conversation.context.manager.factory";
    public static final String SIMPLE_CONVERSATION_MANAGER_KEY = "conversation.simple.manager";
    public static final String CONVERSATION_PACKAGE_NESTING_KEY = "conversation.package.nesting";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy