public class ConfigurationManager_impl extends ConfigurationManagerImplBase
GROUP_SEPARATOR, SESSION_CONFIGURATION_KEY| Constructor and Description |
|---|
ConfigurationManager_impl() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
declareParameters(java.lang.String aGroupName,
ConfigurationParameter[] aParams,
ConfigurationParameterSettings aSettings,
java.lang.String aContextName,
java.lang.String aParentContextName)
Called during creation of a new context.
|
protected java.lang.Object |
lookupSharedParamNoLinks(java.lang.String aCompleteName)
Looks up the value of a shared parameter, but does NOT follow links.
|
createContext, getConfigParameterDeclarations, getConfigParameterValue, getConfigParameterValue, getCurrentConfigParameterSettings, getLink, getParameterExpectedValueClass, lookup, makeQualifiedName, reconfigure, setConfigParameterValue, setConfigParameterValue, setSessionprotected void declareParameters(java.lang.String aGroupName,
ConfigurationParameter[] aParams,
ConfigurationParameterSettings aSettings,
java.lang.String aContextName,
java.lang.String aParentContextName)
ConfigurationManagerImplBasedeclareParameters in class ConfigurationManagerImplBaseaGroupName - name of parameter group, null if noneaParams - parameter declarationsaSettings - settings for parametersaContextName - name of context containing this parameteraParentContextName - name of parent context, null if noneprotected java.lang.Object lookupSharedParamNoLinks(java.lang.String aCompleteName)
ConfigurationManagerImplBaselookupSharedParamNoLinks in class ConfigurationManagerImplBaseaCompleteName - complete name, of the form context/parameter$groupCopyright © 2013. All Rights Reserved.