Uses of Class
org.craftercms.studio.model.rest.ResponseBody
Packages that use ResponseBody
-
Uses of ResponseBody in org.craftercms.studio.controller.rest.v2
Methods in org.craftercms.studio.controller.rest.v2 that return ResponseBodyModifier and TypeMethodDescriptionPublishController.cancelPublishingPackages(@Valid CancelPublishingPackagesRequest cancelPublishingPackagesRequest) PublishController.clearPublishingLock(@Valid ClearPublishingLockRequest clearPublishingLockRequest) MarketplaceController.copyPlugin(@Valid MarketplaceController.CopyPluginRequest request) @Valid ResponseBodyContentController.delete(DeleteRequestBody deleteRequestBody) ConfigurationController.deleteContentType(@Valid ConfigurationController.DeleteContentTypeRequest request) @Valid ResponseBodyContentController.duplicateItem(@Valid DuplicateRequest request) AuditController.getAuditLog(String siteId, @javax.validation.constraints.PositiveOrZero int offset, @javax.validation.constraints.PositiveOrZero int limit, String user, List<String> operations, boolean includeParameters, ZonedDateTime dateFrom, ZonedDateTime dateTo, String target, String origin, String clusterNodeId, String sort, String order) @Valid ResponseBodyAuditController.getAuditLogEntry(long auditLogId, String siteId) PublishController.getAvailablePublishingTargets(String siteId) ConfigurationController.getConfiguration(String siteId, String module, String path, String environment) ConfigurationController.getContentTypeUsage(String siteId, String contentType) @Valid ResponseBodyContentController.getDeletePackage(@Valid GetDeletePackageRequestBody request) MarketplaceController.getDependantItems(String siteId, String pluginId) MarketplaceController.getInstalledPlugins(String siteId) @Valid ResponseBodyContentController.getItemByPath(String siteId, String path, boolean preferContent) ModelController.getModelDefinitions(String siteId) PluginController.getPluginConfiguration(String siteId, String pluginId) PublishController.getPublishingPackageDetails(String siteId, UUID packageId) PublishController.getPublishingStatus(String siteId) ContentController.getSandboxItemsByPath(@Valid GetSandboxItemsByPathRequestBody request) @Valid ResponseBodyDependencyController.getSoftDependencies(@Valid GetSoftDependenciesRequestBody request) ConfigurationController.getTranslationConfiguration(String siteId) ExceptionHandlers.handleActionDeniedException(javax.servlet.http.HttpServletRequest request, org.craftercms.commons.security.exception.ActionDeniedException e) ExceptionHandlers.handleActionsDeniedException(javax.servlet.http.HttpServletRequest request, ActionsDeniedException e) ExceptionHandlers.handleAuthenticationException(javax.servlet.http.HttpServletRequest request, AuthenticationException e) ExceptionHandlers.handleBeanPropertyBindingResult(javax.servlet.http.HttpServletRequest request, org.springframework.validation.BindException e) ExceptionHandlers.handleBlobNotFoundException(javax.servlet.http.HttpServletRequest request, BlobNotFoundException e) ExceptionHandlers.handleConfigurationProfileNotFoundException(javax.servlet.http.HttpServletRequest request, org.craftercms.commons.config.profiles.ConfigurationProfileNotFoundException e) ExceptionHandlers.handleContentNotFoundException(javax.servlet.http.HttpServletRequest request, ContentNotFoundException e) ExceptionHandlers.handleException(javax.servlet.http.HttpServletRequest request, Exception e) ExceptionHandlers.handleException(javax.servlet.http.HttpServletRequest request, org.craftercms.core.exception.PathNotFoundException e) ExceptionHandlers.handleException(javax.servlet.http.HttpServletRequest request, ContentAlreadyUnlockedException e) ExceptionHandlers.handleException(javax.servlet.http.HttpServletRequest request, ContentExistException e) ExceptionHandlers.handleException(javax.servlet.http.HttpServletRequest request, ContentLockedByAnotherUserException e) ExceptionHandlers.handleException(javax.servlet.http.HttpServletRequest request, ContentMoveInvalidLocation e) protected ResponseBodyExceptionHandlers.handleExceptionInternal(javax.servlet.http.HttpServletRequest request, Exception e, ApiResponse response) protected ResponseBodyExceptionHandlers.handleExceptionInternal(javax.servlet.http.HttpServletRequest request, Exception e, ApiResponse response, org.slf4j.event.Level logLevel) ExceptionHandlers.handleGroupAlreadyExistsException(javax.servlet.http.HttpServletRequest request, GroupAlreadyExistsException e) ExceptionHandlers.handleGroupExternallyManagedException(javax.servlet.http.HttpServletRequest request, GroupExternallyManagedException e) ExceptionHandlers.handleGroupNotFoundException(javax.servlet.http.HttpServletRequest request, GroupNotFoundException e) ExceptionHandlers.handleHttpMessageNotReadableException(javax.servlet.http.HttpServletRequest request, org.springframework.http.converter.HttpMessageNotReadableException e) ExceptionHandlers.handleInvalidConfigurationException(javax.servlet.http.HttpServletRequest request, InvalidConfigurationException e) ExceptionHandlers.handleInvalidManagementTokenException(javax.servlet.http.HttpServletRequest request, org.craftercms.commons.exceptions.InvalidManagementTokenException e) ExceptionHandlers.handleInvalidParametersException(javax.servlet.http.HttpServletRequest request, InvalidParametersException e) ExceptionHandlers.handleInvalidRemoteRepositoryCredentialsException(javax.servlet.http.HttpServletRequest request, InvalidRemoteRepositoryCredentialsException e) ExceptionHandlers.handleInvalidRemoteUrlException(javax.servlet.http.HttpServletRequest request, InvalidRemoteUrlException e) ExceptionHandlers.handleInvalidSiteStateException(javax.servlet.http.HttpServletRequest request, InvalidSiteStateException e) ExceptionHandlers.handleJsonProcessingException(javax.servlet.http.HttpServletRequest request, com.fasterxml.jackson.core.JsonProcessingException e) ExceptionHandlers.handleLoggerNotFoundException(javax.servlet.http.HttpServletRequest request, LoggerNotFoundException e) ExceptionHandlers.handleMarketplaceNotInitializedException(javax.servlet.http.HttpServletRequest request, MarketplaceNotInitializedException e) ExceptionHandlers.handleMarketplaceUnreachableException(javax.servlet.http.HttpServletRequest request, MarketplaceUnreachableException e) ExceptionHandlers.handleMismatchInputException(javax.servlet.http.HttpServletRequest request, com.fasterxml.jackson.databind.exc.MismatchedInputException e) ExceptionHandlers.handleMissingPluginParameterException(javax.servlet.http.HttpServletRequest request, MissingPluginParameterException e) ExceptionHandlers.handleMissingServletRequestParameterException(javax.servlet.http.HttpServletRequest request, org.springframework.web.bind.MissingServletRequestParameterException e) ExceptionHandlers.handleNoSuchElementException(javax.servlet.http.HttpServletRequest request, NoSuchElementException e) ExceptionHandlers.handleOrganizationNotFoundException(javax.servlet.http.HttpServletRequest request, OrganizationNotFoundException e) ExceptionHandlers.handlePasswordDoesNotMatchException(javax.servlet.http.HttpServletRequest request, PasswordDoesNotMatchException e) ExceptionHandlers.handlePasswordRequirementsFailedException(javax.servlet.http.HttpServletRequest request, PasswordRequirementsFailedException e) ExceptionHandlers.handlePluginAlreadyInstalledException(javax.servlet.http.HttpServletRequest request, PluginAlreadyInstalledException e) ExceptionHandlers.handlePluginInstallationException(javax.servlet.http.HttpServletRequest request, PluginInstallationException e) ExceptionHandlers.handlePublishedRepositoryNotFoundException(javax.servlet.http.HttpServletRequest request, PublishedRepositoryNotFoundException e) ExceptionHandlers.handlePublishingPackageNotFoundException(javax.servlet.http.HttpServletRequest request, PublishingPackageNotFoundException e) ExceptionHandlers.handlePullFromRemoteConflictException(javax.servlet.http.HttpServletRequest request, PullFromRemoteConflictException e) ExceptionHandlers.handleRemoteAlreadyExistsException(javax.servlet.http.HttpServletRequest request, RemoteAlreadyExistsException e) ExceptionHandlers.handleRemoteNotRemovableException(javax.servlet.http.HttpServletRequest request, RemoteNotRemovableException e) ExceptionHandlers.handleRemoteRepositoryNotFoundException(javax.servlet.http.HttpServletRequest request, RemoteRepositoryNotFoundException e) ExceptionHandlers.handleRequestRejectedException(javax.servlet.http.HttpServletRequest request, org.springframework.security.web.firewall.RequestRejectedException e) ExceptionHandlers.handleServiceException(javax.servlet.http.HttpServletRequest request, ServiceLayerException e) ExceptionHandlers.handleSiteAlreadyExistsException(javax.servlet.http.HttpServletRequest request, SiteAlreadyExistsException e) ExceptionHandlers.handleSiteNotFoundException(javax.servlet.http.HttpServletRequest request, SiteNotFoundException e) ExceptionHandlers.handleSitePolicyValidationException(javax.servlet.http.HttpServletRequest request, ValidationException e) ExceptionHandlers.handleUnrecognizedPropertyException(javax.servlet.http.HttpServletRequest request, com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException e) ExceptionHandlers.handleUserAlreadyExistsException(javax.servlet.http.HttpServletRequest request, UserAlreadyExistsException e) ExceptionHandlers.handleUserExternallyManagedException(javax.servlet.http.HttpServletRequest request, UserExternallyManagedException e) ExceptionHandlers.handleUserNotFoundException(javax.servlet.http.HttpServletRequest request, UserNotFoundException e) @Valid ResponseBodyPublishController.hasInitialPublish(String siteId) MarketplaceController.installPlugin(@Valid InstallPluginRequest request) @Valid ResponseBodyContentController.itemLockByPath(@Valid LockItemByPathRequest request) @Valid ResponseBodyContentController.itemUnlockByPath(@Valid UnlockItemByPathRequest request) @Valid ResponseBodyContentController.listQuickCreateContent(String siteId) @Valid ResponseBodyContentController.pasteItems(@Valid PasteRequest request) PluginController.reloadClasses(String siteId, String token) Reloads the groovy classes for the given siteMarketplaceController.removePlugin(@Valid MarketplaceController.RemovePluginRequest request) ContentController.rename(@Valid RenameRequestBody renameRequestBody) PluginController.runScript(String siteId, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Executes a rest script for the given siteMarketplaceController.searchPlugins(String type, String keywords, boolean showIncompatible, @javax.validation.constraints.PositiveOrZero long offset, @javax.validation.constraints.PositiveOrZero long limit) @Valid ResponseBodyConfigurationController.writeConfiguration(WriteConfigurationRequest wcRequest) PluginController.writeConfiguration(@Valid PluginController.WriteConfigurationRequest request)