| Package | Description |
|---|---|
| org.ofbiz.core.config | |
| org.ofbiz.core.util |
| Modifier and Type | Method and Description |
|---|---|
Document |
ResourceHandler.getDocument() |
String |
ResourceHandler.getFullLocation() |
static ResourceLoader |
ResourceLoader.getLoader(String xmlFilename,
String loaderName) |
InputStream |
ResourceHandler.getStream() |
static Document |
SecurityConfigUtil.getXmlDocument()
Returns the XmlDocument for the security config
|
protected static Document |
JNDIConfigUtil.getXmlDocument() |
static Document |
ResourceLoader.getXmlDocument(String xmlFilename) |
static Element |
SecurityConfigUtil.getXmlRootElement()
Returns the XmlRootElement for the security config
|
protected static Element |
JNDIConfigUtil.getXmlRootElement() |
static Element |
ResourceLoader.getXmlRootElement(String xmlFilename) |
static void |
SecurityConfigUtil.initialize(Element rootElement)
Initializes the security configuration
|
static void |
JNDIConfigUtil.initialize(Element rootElement) |
static void |
ResourceLoader.invalidateDocument(String xmlFilename) |
boolean |
ResourceHandler.isFileResource() |
InputStream |
UrlLoader.loadResource(String location) |
InputStream |
FileLoader.loadResource(String location) |
InputStream |
ClasspathLoader.loadResource(String location) |
abstract InputStream |
ResourceLoader.loadResource(String location) |
static InputStream |
ResourceLoader.loadResource(String xmlFilename,
String location,
String loaderName) |
static ResourceLoader |
ResourceLoader.makeLoader(Element loaderElement) |
| Modifier and Type | Method and Description |
|---|---|
static InitialContext |
JNDIContextFactory.getInitialContext(String jndiServerName)
Return the initial context according to the entityengine.xml parameters that correspond to the given prefix
|
Copyright © 2024 Atlassian. All rights reserved.