Uses of Class
fr.gouv.vitam.ihmrecette.appserver.WebApplicationConfig
-
Packages that use WebApplicationConfig Package Description fr.gouv.vitam.ihmrecette.appserver Provides the web server application and configuration for the IHM Recette module and the rest resource it uses -
-
Uses of WebApplicationConfig in fr.gouv.vitam.ihmrecette.appserver
Methods in fr.gouv.vitam.ihmrecette.appserver that return WebApplicationConfig Modifier and Type Method Description WebApplicationConfigWebApplicationConfig. setBaseUri(java.lang.String baseUri)WebApplicationConfigWebApplicationConfig. setBaseUrl(java.lang.String baseUrl)WebApplicationConfigWebApplicationConfig. setStaticContent(java.lang.String staticContent)Constructors in fr.gouv.vitam.ihmrecette.appserver with parameters of type WebApplicationConfig Constructor Description WebApplicationResource(WebApplicationConfig webApplicationConfigonfig, UserInterfaceTransactionManager userInterfaceTransactionManager, PaginationHelper paginationHelper, DslQueryHelper dslQueryHelper, StorageService storageService)ConstructorWebApplicationResourceDelete(WebApplicationConfig webApplicationConfig, OntologyLoader ontologyLoader)Default constructor
-