public class ViewSourceFactory extends AbstractLogEnabled implements SourceFactory, Serviceable, Contextualizable
| Modifier and Type | Field and Description |
|---|---|
private static Pattern |
__SOURCE_PATTERN |
protected Context |
_context
The context
|
protected ViewSelector |
_viewSelector
The view selector.
|
ROLE| Constructor and Description |
|---|
ViewSourceFactory() |
| 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
protected ViewSelector _viewSelector
public ViewSourceFactory()
public void service(ServiceManager manager) throws ServiceException
service in interface ServiceableServiceExceptionpublic void contextualize(Context context) throws ContextException
contextualize in interface ContextualizableContextExceptionpublic Source getSource(String location, Map parameters) throws IOException, MalformedURLException
getSource in interface SourceFactoryIOExceptionMalformedURLExceptionpublic void release(Source source)
release in interface SourceFactory