Uses of Class
org.apache.felix.framework.util.SecureAction
Packages that use SecureAction
Package
Description
-
Uses of SecureAction in org.apache.felix.framework
Fields in org.apache.felix.framework declared as SecureActionModifier and TypeFieldDescriptionprivate final SecureActionURLHandlersBundleStreamHandler.m_actionprivate final SecureActionURLHandlersContentHandlerProxy.m_actionprivate final SecureActionURLHandlersStreamHandlerProxy.m_actionprivate static final SecureActionBundleRevisionImpl.m_secureAction(package private) static final SecureActionFelix.m_secureActionprivate static final SecureActionURLHandlers.m_secureActionMethods in org.apache.felix.framework that return SecureActionModifier and TypeMethodDescription(package private) static SecureActionBundleRevisionImpl.getSecureAction()Constructors in org.apache.felix.framework with parameters of type SecureActionModifierConstructorDescriptionURLHandlersContentHandlerProxy(String mimeType, SecureAction action, ContentHandlerFactory factory) privateURLHandlersStreamHandlerProxy(Object service, SecureAction action) URLHandlersStreamHandlerProxy(String protocol, SecureAction action, URLStreamHandler builtIn, URL builtInURL) -
Uses of SecureAction in org.apache.felix.framework.cache
Fields in org.apache.felix.framework.cache declared as SecureActionMethods in org.apache.felix.framework.cache that return SecureActionModifier and TypeMethodDescription(package private) static SecureActionBundleCache.getSecureAction() -
Uses of SecureAction in org.apache.felix.framework.capabilityset
Fields in org.apache.felix.framework.capabilityset declared as SecureAction -
Uses of SecureAction in org.apache.felix.framework.util
Fields in org.apache.felix.framework.util declared as SecureActionModifier and TypeFieldDescriptionprivate static final SecureActionEventDispatcher.m_secureActionprivate static final SecureActionWeakZipFileFactory.m_secureActionMethods in org.apache.felix.framework.util with parameters of type SecureActionModifier and TypeMethodDescriptionstatic ClassUtil.loadClassUsingClass(Class clazz, 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.