@ApplicationScoped public class BaseServiceBundler extends Object implements ServiceBundler
ServiceBundler that supplies components for a Trellis application from its fields.
In this class, the fields are expected to be filled by injection, but in subclasses the fields may be filled by any appropriate means.
| Constructor and Description |
|---|
BaseServiceBundler() |
| Modifier and Type | Method and Description |
|---|---|
AuditService |
getAuditService()
Get the
AuditService for the application. |
BinaryService |
getBinaryService()
Get the
BinaryService for the application. |
Iterable<ConstraintService> |
getConstraintServices()
Get the constraint services for this application.
|
EventService |
getEventService()
Get the
EventService for the application. |
IOService |
getIOService()
Get the
IOService for the application. |
MementoService |
getMementoService()
Get the
MementoService for the application. |
ResourceService |
getResourceService()
Get the
ResourceService for the application. |
TimemapGenerator |
getTimemapGenerator()
Get the TimemapGenerator for this application.
|
public ResourceService getResourceService()
ServiceBundlerResourceService for the application.getResourceService in interface ServiceBundlerpublic IOService getIOService()
ServiceBundlerIOService for the application.getIOService in interface ServiceBundlerpublic BinaryService getBinaryService()
ServiceBundlerBinaryService for the application.getBinaryService in interface ServiceBundlerpublic AuditService getAuditService()
ServiceBundlerAuditService for the application.getAuditService in interface ServiceBundlerpublic MementoService getMementoService()
ServiceBundlerMementoService for the application.getMementoService in interface ServiceBundlerpublic EventService getEventService()
ServiceBundlerEventService for the application.getEventService in interface ServiceBundlerpublic TimemapGenerator getTimemapGenerator()
ServiceBundlergetTimemapGenerator in interface ServiceBundlerpublic Iterable<ConstraintService> getConstraintServices()
ServiceBundlergetConstraintServices in interface ServiceBundler