@ApplicationScoped public class DisplayerPrototypes extends Object
Modifier and Type | Field and Description |
---|---|
protected DataSetPrototypes |
dataSetPrototypes |
protected Map<DisplayerType,DisplayerSettings> |
prototypeMap |
protected Map<DisplayerSubType,DisplayerSettings> |
subprotoMap |
protected org.dashbuilder.dataset.uuid.UUIDGenerator |
uuidGenerator |
Constructor and Description |
---|
DisplayerPrototypes() |
DisplayerPrototypes(DataSetPrototypes dataSetPrototypes,
org.dashbuilder.dataset.uuid.UUIDGenerator uuidGenerator) |
Modifier and Type | Method and Description |
---|---|
DisplayerSettings |
getProto(DisplayerType type) |
DisplayerSettings |
getProto(DisplayerType type,
DisplayerSubType subType) |
void |
init() |
protected DataSetPrototypes dataSetPrototypes
protected org.dashbuilder.dataset.uuid.UUIDGenerator uuidGenerator
protected Map<DisplayerType,DisplayerSettings> prototypeMap
protected Map<DisplayerSubType,DisplayerSettings> subprotoMap
public DisplayerPrototypes()
@Inject public DisplayerPrototypes(DataSetPrototypes dataSetPrototypes, org.dashbuilder.dataset.uuid.UUIDGenerator uuidGenerator)
public void init()
public DisplayerSettings getProto(DisplayerType type)
public DisplayerSettings getProto(DisplayerType type, DisplayerSubType subType)
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.