public class ContentViewSourceFactory extends AbstractLogEnabled implements SourceFactory, Contextualizable, Serviceable
| Modifier and Type | Field and Description |
|---|---|
private static Pattern |
__SOURCE_PATTERN |
private ContentView |
_contentView |
private Context |
_context |
private ServiceManager |
_manager |
ROLE| Constructor and Description |
|---|
ContentViewSourceFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
contextualize(Context context) |
Source |
getSource(String location,
Map parameters) |
void |
release(Source source) |
void |
service(ServiceManager manager) |
enableLogging, getLogger, setupLogger, setupLogger, setupLoggerprivate static final Pattern __SOURCE_PATTERN
private ContentView _contentView
private ServiceManager _manager
public ContentViewSourceFactory()
public void contextualize(Context context) throws ContextException
contextualize in interface ContextualizableContextExceptionpublic void service(ServiceManager manager) throws ServiceException
service in interface ServiceableServiceExceptionpublic Source getSource(String location, Map parameters) throws IOException, MalformedURLException
getSource in interface SourceFactoryIOExceptionMalformedURLExceptionpublic void release(Source source)
release in interface SourceFactory