| Package | Description |
|---|---|
| org.apache.felix.framework | |
| org.apache.felix.framework.cache | |
| org.apache.felix.framework.capabilityset | |
| org.apache.felix.framework.util |
| Modifier and Type | Field and Description |
|---|---|
private SecureAction |
URLHandlersBundleStreamHandler.m_action |
private SecureAction |
URLHandlersContentHandlerProxy.m_action |
private SecureAction |
URLHandlersStreamHandlerProxy.m_action |
private static SecureAction |
BundleRevisionImpl.m_secureAction |
(package private) static SecureAction |
Felix.m_secureAction |
private static SecureAction |
URLHandlers.m_secureAction |
| Modifier and Type | Method and Description |
|---|---|
(package private) static SecureAction |
BundleRevisionImpl.getSecureAction() |
| Constructor and Description |
|---|
URLHandlersBundleStreamHandler(SecureAction action) |
URLHandlersContentHandlerProxy(java.lang.String mimeType,
SecureAction action,
java.net.ContentHandlerFactory factory) |
URLHandlersStreamHandlerProxy(java.lang.Object service,
SecureAction action) |
URLHandlersStreamHandlerProxy(java.lang.String protocol,
SecureAction action,
java.net.URLStreamHandler builtIn,
java.net.URL builtInURL) |
| Modifier and Type | Field and Description |
|---|---|
private static SecureAction |
BundleCache.m_secureAction |
| Modifier and Type | Method and Description |
|---|---|
(package private) static SecureAction |
BundleCache.getSecureAction() |
| Modifier and Type | Field and Description |
|---|---|
private static SecureAction |
CapabilitySet.m_secureAction |
| Modifier and Type | Field and Description |
|---|---|
private static SecureAction |
EventDispatcher.m_secureAction |
private static SecureAction |
WeakZipFileFactory.m_secureAction |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Class |
Util.loadClassUsingClass(java.lang.Class clazz,
java.lang.String name,
SecureAction action)
This is a simple utility class that attempts to load the named
class using the class loader of the supplied class or
the class loader of one of its super classes or their implemented
interfaces.
|