Package org.seedstack.seed.spi
Interface ApplicationProvider
-
@Facet public interface ApplicationProviderThis facet can be requested as dependency by plugins to access the application object. This is most useful to access the configuration.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationgetApplication()
-
-
-
Method Detail
-
getApplication
Application getApplication()
- Returns:
- the application object.
-
-