Uses of Class
org.opencms.security.CmsPermissionViolationException
Packages that use CmsPermissionViolationException
Package
Description
Provides the main OpenCms "operating system".
Contains the SOLR based spellcheck service classes.
-
Uses of CmsPermissionViolationException in org.opencms.main
Methods in org.opencms.main that throw CmsPermissionViolationExceptionModifier and TypeMethodDescriptionCmsPermalinkResourceHandler.initResource
(CmsResource resource, CmsObject cms, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) -
Uses of CmsPermissionViolationException in org.opencms.search.solr.spellchecking
Methods in org.opencms.search.solr.spellchecking that throw CmsPermissionViolationExceptionModifier and TypeMethodDescriptionvoid
CmsSolrSpellchecker.getSpellcheckingResult
(javax.servlet.http.HttpServletResponse res, javax.servlet.ServletRequest servletRequest, CmsObject cms) Performs spellchecking using Solr and returns the spellchecking results using JSON.