Skip navigation links
oracle.adf.model.config
Class AdfmConfig
java.lang.Object
oracle.adf.model.config.AdfmConfig
- All Implemented Interfaces:
- oracle.adf.share.config.ADFConfigCallback
-
public class AdfmConfig
- extends java.lang.Object
- implements oracle.adf.share.config.ADFConfigCallback
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
namespaceURI
public static final java.lang.String namespaceURI
-
- See Also:
- Constant Field Values
ELEM_MODEL_PROPERTIES
public static final java.lang.String ELEM_MODEL_PROPERTIES
-
- See Also:
- Constant Field Values
EXPR_TIMEOUT_DEFAULT
public static final long EXPR_TIMEOUT_DEFAULT
- Deprecated.
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
EXPR_NEW_VIEW_MAX_INSTANCES_DEFAULT
public static final int EXPR_NEW_VIEW_MAX_INSTANCES_DEFAULT
-
- See Also:
- Constant Field Values
AdfmConfig
public AdfmConfig()
parseADFConfiguration
public java.util.Map parseADFConfiguration(Element el,
java.util.Map storedResult,
oracle.adf.share.config.ADFConfigParsingContext currentCtx)
-
- Specified by:
parseADFConfiguration
in interface oracle.adf.share.config.ADFConfigCallback
getAdfmConfigMap
public static java.util.Map getAdfmConfigMap()
getAppModuleConfigDefaults
public static java.util.Map getAppModuleConfigDefaults()
getAppModuleConfigOverrides
public static java.util.Map getAppModuleConfigOverrides()
getNewViewMaxInstancesPerExecution
public static long getNewViewMaxInstancesPerExecution()
getRowLimitDefault
public static long getRowLimitDefault()
isExprScanningEnabled
public static boolean isExprScanningEnabled()
- Detect if Expression Scanning is enabled. It is enabled by default.
-
- Returns:
- boolean value corresponding to whether scanning is enabled or not.
getExprTimeout
public static long getExprTimeout()
- Get the timeout value for untrusted expressions. Note that a value < 1 is considered "no timeout"
-
- Returns:
- long timeout for untrusted expressions, in milliseconds.
getExprSecurityPolicy
public static ExprSecurityPolicy getExprSecurityPolicy()
- Get an instance of the currently set ExprSecurityPolicy. Will return nul if isExprScanningEnabled() false, and will return a default ExprSecurityPolicy if none is set.
-
- Returns:
- The ExprSecurityPolicy set in adfm-config section. Returns null if isExprScanningEnabled() false.
getCustomProperty
public static java.lang.Object getCustomProperty(java.lang.Object property)
Skip navigation links
Copyright © 1997, 2013, Oracle. All rights reserved.