Constant Field Values


Contents
com.google.*

com.google.code.rees.scope.conversation.ConversationConstants
public static final String CONVERSATION_CONTEXT_MANAGER_KEY "rees.scope.conversation.context.manager.key"
public static final String CONVERSATION_NAME_SUFFIX "_conversation"
public static final String CONVERSATION_PREPARE_REDIRECT_RESULT "conversationPrepareRedirect"
public static final String CONVERSATION_TIMEOUT_MONITOR_KEY "rees.scope.conversation.timeout.monitor.key"
public static final String DEFAULT_CONTROLLER_SUFFIX "Controller"
public static final long DEFAULT_CONVERSATION_MAX_IDLE_TIME 28800000L
public static final int DEFAULT_MAXIMUM_NUMBER_OF_A_GIVEN_CONVERSATION 20
public static final int DEFAULT_MONITORING_THREAD_POOL_SIZE 20

com.google.code.rees.scope.conversation.ConversationConstants.Properties
public static final String CONVERSATION_AUTO_START "conversation.auto.start"
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_MONITORING_FREQUENCY "conversation.monitoring.frequency"
public static final String CONVERSATION_MONITORING_THREAD_POOL_SIZE "conversation.monitoring.thread.pool.size"
public static final String CONVERSATION_PACKAGE_NESTING_KEY "conversation.package.nesting"

com.google.code.rees.scope.conversation.annotations.ConversationController
public static final String DEFAULT_VALUE "DEFAULT_VALUE"

com.google.code.rees.scope.conversation.annotations.ConversationField
public static final String DEFAULT "default"

com.google.code.rees.scope.session.SessionField
public static final String DEFAULT "default"

com.google.code.rees.scope.spring.ConversationController
public static final String DEFAULT_VALUE ""

com.google.code.rees.scope.struts2.ConventionConstants
public static final String ACTION_PACKAGES "struts.convention.action.packages"
public static final String ACTION_SUFFIX "struts.convention.action.suffix"
public static final String CHECK_IMPLEMENTS_ACTION "struts.convention.action.checkImplementsAction"
public static final String EXCLUDE_PARENT_CLASS_LOADER "struts.convention.exclude.parentClassLoader"
public static final String FILE_PROTOCOLS "struts.convention.action.fileProtocols"
public static final String INCLUDE_JARS "struts.convention.action.includeJars"
public static final String PACKAGE_LOCATORS "struts.convention.package.locators"
public static final String PACKAGE_LOCATORS_BASE_PACKAGE "struts.convention.package.locators.basePackage"
public static final String PACKAGE_LOCATORS_DISABLE "struts.convention.package.locators.disable"
public static final String RELOAD_CLASSES "struts.convention.classes.reload"

com.google.code.rees.scope.struts2.ConversationInterceptor
public static final String CONVERSATION_EXCEPTION_ID_STACK_KEY "conversation.id"
public static final String CONVERSATION_EXCEPTION_KEY "struts.conversation.general.error"
public static final String CONVERSATION_EXCEPTION_NAME_STACK_KEY "conversation.name"
public static final String CONVERSATION_ID_EXCEPTION_KEY "struts.conversation.invalid.id"
protected static final String ID_PARAM_REGEX ".*_conversation"

com.google.code.rees.scope.struts2.StrutsScopeConstants
public static final String CONVERSATION_ID_MAP_STACK_KEY "conversationIdMapStackKey"
public static final String REQUIRE_FOLLOWS_CONVENTION "struts.scope.followsConvention"
public static final String SCOPE_CONTAINER_KEY "com.google.code.rees.scope.container.ScopeContainer"
public static final String SESSION_FIELD_MAP_KEY "session.field.map"

com.google.code.rees.scope.util.SessionContextUtil
public static final String SCOPE_SESSION_CONTEXT_KEY "rees.scope.session.context.key"

com.google.code.rees.scope.util.monitor.ScheduledExecutorTimeoutMonitor<T extends Timeoutable<T>>
public static final long MONITORING_DELAY 1000L

com.google.code.rees.scope.util.monitor.TimeoutMonitor<T extends Timeoutable<T>>
public static final long DEFAULT_MONITOR_FREQUENCY 300000L



Copyright © 2012-2013. All Rights Reserved.