| java.lang.Object org.ofbiz.base.component.ComponentConfig
ComponentConfig | public class ComponentConfig (Code) | | ComponentConfig - Component configuration class for ofbiz-container.xml
author: David E. Jones author: Andy Zeneski version: $Revision: 1.17 $ since: 3.0 |
Inner Class :public static class ResourceLoaderInfo | |
Inner Class :public static class ResourceInfo | |
Inner Class :public static class ClasspathInfo | |
Inner Class :public static class EntityResourceInfo extends ResourceInfo | |
Inner Class :public static class ServiceResourceInfo extends ResourceInfo | |
Inner Class :public static class WebappInfo | |
Method Summary | |
public static List | getAllClasspathInfos() | public static Collection | getAllComponents() | public static List | getAllEntityResourceInfos(String type) | public static List | getAllServiceResourceInfos(String type) | public static List | getAllWebappResourceInfos() | public static List | getAppBarWebInfos(String serverName) | public List | getClasspathInfos() | public static ComponentConfig | getComponentConfig(String globalName) | public static ComponentConfig | getComponentConfig(String globalName, String rootLocation) | public String | getComponentName() | public List | getEntityResourceInfos() | public static String | getFullLocation(String componentName, String resourceLoaderName, String location) | public String | getFullLocation(String resourceLoaderName, String location) | public String | getGlobalName() | public Map | getResourceLoaderInfos() | public String | getRootLocation() | public List | getServiceResourceInfos() | public static InputStream | getStream(String componentName, String resourceLoaderName, String location) | public InputStream | getStream(String resourceLoaderName, String location) | public static URL | getURL(String componentName, String resourceLoaderName, String location) | public URL | getURL(String resourceLoaderName, String location) | public static WebappInfo | getWebAppInfo(String serverName, String contextRoot) | public List | getWebappInfos() | public boolean | isFileResource(ResourceInfo resourceInfo) | public static boolean | isFileResourceLoader(String componentName, String resourceLoaderName) | public boolean | isFileResourceLoader(String resourceLoaderName) |
OFBIZ_COMPONENT_XML_FILENAME | final public static String OFBIZ_COMPONENT_XML_FILENAME(Code) | | |
componentConfigs | protected static Map componentConfigs(Code) | | |
entityResourceInfos | protected List entityResourceInfos(Code) | | |
resourceLoaderInfos | protected Map resourceLoaderInfos(Code) | | |
serverWebApps | protected static Map serverWebApps(Code) | | |
serviceResourceInfos | protected List serviceResourceInfos(Code) | | |
ComponentConfig | protected ComponentConfig()(Code) | | |
getAllClasspathInfos | public static List getAllClasspathInfos()(Code) | | |
getAllEntityResourceInfos | public static List getAllEntityResourceInfos(String type)(Code) | | |
getAllServiceResourceInfos | public static List getAllServiceResourceInfos(String type)(Code) | | |
getAllWebappResourceInfos | public static List getAllWebappResourceInfos()(Code) | | |
getClasspathInfos | public List getClasspathInfos()(Code) | | |
getEntityResourceInfos | public List getEntityResourceInfos()(Code) | | |
getResourceLoaderInfos | public Map getResourceLoaderInfos()(Code) | | |
getServiceResourceInfos | public List getServiceResourceInfos()(Code) | | |
getWebAppInfo | public static WebappInfo getWebAppInfo(String serverName, String contextRoot)(Code) | | |
|
|