Class ContextAutoReloadConfig
- java.lang.Object
-
- com.aspectran.core.util.apon.AbstractParameters
-
- com.aspectran.core.context.config.ContextAutoReloadConfig
-
- All Implemented Interfaces:
Parameters
public class ContextAutoReloadConfig extends AbstractParameters
-
-
Field Summary
Fields Modifier and Type Field Description static ParameterDefinition
reloadMode
The reload mode, which is either "hard" or "soft".static ParameterDefinition
scanIntervalSeconds
The interval in seconds between scanning the specified resources for file changes.static ParameterDefinition
startup
Defaults tofalse
, which disables automatic reloading.
-
Constructor Summary
Constructors Constructor Description ContextAutoReloadConfig()
-
Method Summary
-
Methods inherited from class com.aspectran.core.util.apon.AbstractParameters
describe, describe, getBoolean, getBoolean, getBoolean, getBoolean, getBooleanArray, getBooleanArray, getBooleanList, getBooleanList, getDouble, getDouble, getDouble, getDouble, getDoubleArray, getDoubleArray, getDoubleList, getDoubleList, getFloat, getFloat, getFloat, getFloat, getFloatArray, getFloatArray, getFloatList, getFloatList, getIdentifier, getInt, getInt, getInt, getInt, getIntArray, getIntArray, getIntList, getIntList, getLong, getLong, getLong, getLong, getLongArray, getLongArray, getLongList, getLongList, getParameter, getParameter, getParameterNames, getParameterNameSet, getParameters, getParameters, getParametersArray, getParametersArray, getParametersList, getParametersList, getParameterValueMap, getParent, getQualifiedName, getString, getString, getString, getString, getStringArray, getStringArray, getStringList, getStringList, getValue, getValue, hasParameter, hasParameter, isAddable, isValueAssigned, isValueAssigned, newParameters, newParameters, newParameterValue, newParameterValue, putValue, putValue, putValueNonNull, putValueNonNull, readFrom, setIdentifier, setIndentString, toString, touchParameters, touchParameters
-
-
-
-
Field Detail
-
reloadMode
public static final ParameterDefinition reloadMode
The reload mode, which is either "hard" or "soft".
-
scanIntervalSeconds
public static final ParameterDefinition scanIntervalSeconds
The interval in seconds between scanning the specified resources for file changes. If file changes are detected, the activity context is reloaded.
-
startup
public static final ParameterDefinition startup
Defaults tofalse
, which disables automatic reloading.
-
-