public class DefaultNamedContext extends ADFContext
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
_name |
protected java.net.URL |
_url |
ADF_CURRENT_SESSION_OPTIONS, ADF_DEF_CACHE_POLICIES, ADF_DOMAIN_CONFIG, ADF_PROPERTY_NS, ADF_SESSION_OPTIONS, ADF_SESSIONDEF_PACKAGES, ADF_SITEDEF_PACKAGES, APACHE_PREFIX, APPLICATION_DATA_KEY, APPLICATION_DATA_SEP, APPLICATION_NAME_SCOPE_KEY, APPLICATION_SCOPE, APPLICATION_UID, ATTRIBUTE_FORMATTER_MAP_KEY, CONNECTIONS_RESOURCE, DEFAULT_APPLICATION_NAME, GLASSFISH_PREFIX, GLASSFISH_SERVER_VERSION, HOT_DEPLOY_STRING, IF_CLUSTERED, IS_DISTRIBUTABLE, MDS_CC_VALUES_FOR_EDIT, MDS_CC_VALUES_NONE, MDS_MAX_CACHE_SIZE, MDS_PARTITION_APPID, MDS_REPOS_SETUP, MDS_REPOS_SETUP_JDBCURL, MDS_REPOS_SETUP_JNDINAME, MDS_REPOS_SETUP_PASSWORD, MDS_REPOS_SETUP_USERNAME, MDS_SESSION_OPTIONS_FACTORY, NAMED_CONTEXT_ENV, ORACLE_MULTITENANT_ENABLED, ORACLE_MULTITENAT_ENABLED, OVERRIDDEN_RES_BUNDLES, OVERRIDE_RES_BUNDLE_PACKAGE, PERSDEF_BASE_PACKAGE, REQUEST_SCOPE, SESSION_SCOPE, SESSIONDEF_BASE_PACKAGE, SITEDEF_BASE_PACKAGE, TOMCAT_SERVER_VERSION, TOMCAT_SURFIX, TYPE_GENERIC, TYPE_HTTP, TYPE_NAMED, TYPE_PORTLET, USE_ROLE_BASED_CUST_CLASS, USER_CUST_CLASSES, USERDEF_BASE_PACKAGE, VIEW_SCOPE| Constructor and Description |
|---|
DefaultNamedContext(java.lang.String name,
java.net.URL url) |
| Modifier and Type | Method and Description |
|---|---|
ADFConfig |
getADFConfig()
Gets the ADF configuration Object used by current
thread.
|
ADFConfigEx |
getADFConfigEx() |
protected java.lang.Object |
getApplicationScopekey()
The application scope as defined by the ADFContext environment in which
the application is being used.
|
int |
getContextType()
Returns a type for the context instance.
|
java.net.URL |
getURL()
This method can be used to get the URL associated with this named context
|
protected Environment |
loadEnvironment() |
clearCachedLocale, createScope, createScope, findApplicationScopeMap, findCurrent, findScope, get, getADFApplicationUID, getADFContextProperty, getADFFacesViewScopeMap, getADFSessionOptionsList, getADFSettings, getApplication, getApplicationName, getApplicationScope, getApplicationScopeMap, getBaseMDSSessionAsObject, getConfigSecurityContext, getConnectionsContext, getCreatedBy, getCurrent, getCurrentADFSessionOptions, getDefCachePolicies, getDeployedAppName, getELContext, getEnterpriseId, getEnterpriseName, getEnvironment, getExpressionEvaluator, getExpressionFactory, getLocale, getMDSConfigHelper, getMDSInstanceAsObject, getMDSLogin, getMDSSessionAsObject, getNativeDBConnection, getNativeJdbcConnection, getPageFlowScope, getRequestScope, getScope, getScopeNames, getSecurityContext, getSessionDefPackages, getSessionScope, getSharedConnectionsContext, getSiteDefPackages, getSkipLevelIdentifier, getStateManager, getTenantId, getTenantName, getThreadLocalValue, getVariableResolver, getViewScope, hasBaseMDSSessionAsObject, hasCurrent, hasEnvironment, hasMDSSession, hasSecurityContext, hasSession, initADFContext, initialize, isDesignTime, isDistributable, isHighPerformanceEnvEnabled, isHotDeploy, isHttpContext, isInServiceRequest, isJBossRuntime, isJEE, isLockedMDSSession, isMultiTenantEnabled, isNamedContextRegistered, isTomcat, isWebsphereRuntime, loadSecurityContext, logDiagnosticsForException, putApplicationScopeMap, putScope, registerNamedContext, registerNamedContext, registerThreadLocalValue, releaseMDSInstance, releaseMDSSession, removeAsCurrent, removeScope, removeThreadLocalValue, removingScope, resetADFContext, resetMDSAppCtx, setAsCurrent, setBaseMDSSessionAsObject, setEnterpriseId, setExpressionEvaluator, setExpressionFactory, setHotDeploy, setIsInServiceRequest, setLocale, setMDSConfigHelper, setMDSContext, setMDSLogin, setMDSSession, setSecurityContext, setThreadLocalValue, setupADFDomainConfig, setVariableResolver, unregisterNamedContext, unregisterThreadLocalValue, useLockedMDSSession, useUnlockedMDSSessionpublic DefaultNamedContext(java.lang.String name,
java.net.URL url)
protected Environment loadEnvironment()
loadEnvironment in class ADFContextpublic int getContextType()
ADFContextgetContextType in class ADFContextpublic ADFConfigEx getADFConfigEx()
getADFConfigEx in class ADFContextpublic ADFConfig getADFConfig()
ADFContextgetADFConfig in class ADFContextprotected java.lang.Object getApplicationScopekey()
ADFContextgetApplicationScopekey in class ADFContextpublic java.net.URL getURL()
getURL in class ADFContext