Class UserSettingsResource
java.lang.Object
ch.tocco.nice2.rest.core.spi.AbstractRestResource
ch.tocco.nice2.rest.principal.impl.resources.UserSettingsResource
- All Implemented Interfaces:
RestResource
-
Field Summary
Fields inherited from class ch.tocco.nice2.rest.core.spi.AbstractRestResource
uriInfo
-
Constructor Summary
ConstructorDescriptionUserSettingsResource
(PreferencesStore preferencesStore, NodeFactory nodeFactory, FormEditActionService formEditActionService) -
Method Summary
Methods inherited from class ch.tocco.nice2.rest.core.spi.AbstractRestResource
getPathParameter, setUriInfo, tryGetInt
-
Constructor Details
-
UserSettingsResource
public UserSettingsResource(PreferencesStore preferencesStore, NodeFactory nodeFactory, FormEditActionService formEditActionService)
-
-
Method Details
-
resetPreferences
@POST @Consumes("application/json") public jakarta.ws.rs.core.Response resetPreferences()
-