Package ch.tocco.nice2.rest.core.impl
Class RestResourcesServiceImpl
java.lang.Object
ch.tocco.nice2.rest.core.impl.RestResourcesServiceImpl
- All Implemented Interfaces:
RestResourcesService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the interfaces of all contributed REST resources.void
setResources
(List<ResourceContribution> resources)
-
Constructor Details
-
RestResourcesServiceImpl
public RestResourcesServiceImpl()
-
-
Method Details
-
getRestResources
Description copied from interface:RestResourcesService
Returns the interfaces of all contributed REST resources.- Specified by:
getRestResources
in interfaceRestResourcesService
-
getPublicRestResources
- Specified by:
getPublicRestResources
in interfaceRestResourcesService
-
setResources
-