Oracle Fusion Middleware Java API Reference for Oracle ADF Controller
11g Release 2 (11.1.2.0.0)

E17480-01

oracle.adf.controller.metadata.provider
Interface AdfcResourceNameProvider


public interface AdfcResourceNameProvider

Provides names of ADFc bootstrap configuration files.


Field Summary
static java.lang.String META_INF_CONFIG_FILE_NAME
           
static java.lang.String WEB_INF_CONFIG_FILE_NAME
           
 
Method Summary
 java.util.List<java.lang.String> getAdfcResourceNames()
           
 

Field Detail

WEB_INF_CONFIG_FILE_NAME

static final java.lang.String WEB_INF_CONFIG_FILE_NAME
See Also:
Constant Field Values

META_INF_CONFIG_FILE_NAME

static final java.lang.String META_INF_CONFIG_FILE_NAME
See Also:
Constant Field Values
Method Detail

getAdfcResourceNames

java.util.List<java.lang.String> getAdfcResourceNames()
Returns:
a List of ADFc bootstrap config file names. This list has to have at least two entries for the /WEB-INF and /META-INF/adfc-config.xml

Oracle Fusion Middleware Java API Reference for Oracle ADF Controller
11g Release 2 (11.1.2.0.0)

E17480-01

Copyright © 1997, 2011, Oracle. All rights reserved.