public class ContentHandlerFactory extends MultiplexingFactory implements ContentHandlerFactory
adaptor, context, PACKAGEADMINCLASS
Constructor and Description |
---|
ContentHandlerFactory(BundleContext context,
FrameworkAdaptor adaptor) |
Modifier and Type | Method and Description |
---|---|
ContentHandler |
createContentHandler(String contentType) |
ContentHandler |
createInternalContentHandler(String contentType) |
ContentHandler |
findAuthorizedContentHandler(String contentType) |
Object |
getParentFactory() |
void |
setParentFactory(Object parentFactory) |
designateSuccessor, findAuthorizedFactory, hasAuthority, isMultiplexing, register, unregister
public ContentHandlerFactory(BundleContext context, FrameworkAdaptor adaptor)
public ContentHandler createContentHandler(String contentType)
createContentHandler
in interface ContentHandlerFactory
ContentHandlerFactory.createContentHandler(String)
public ContentHandler createInternalContentHandler(String contentType)
public ContentHandler findAuthorizedContentHandler(String contentType)
public Object getParentFactory()
getParentFactory
in class MultiplexingFactory
public void setParentFactory(Object parentFactory)
setParentFactory
in class MultiplexingFactory
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.