Class AbstractSuggestionBoxResource
java.lang.Object
org.silverpeas.core.web.rs.RESTWebService
org.silverpeas.components.suggestionbox.web.AbstractSuggestionBoxResource
- All Implemented Interfaces:
org.silverpeas.core.web.rs.ProtectedWebResource,org.silverpeas.core.web.rs.WebAuthenticationValidation,org.silverpeas.core.web.rs.WebAuthorizationValidation,org.silverpeas.core.web.SilverpeasWebResource
- Direct Known Subclasses:
SuggestionBoxResource
public abstract class AbstractSuggestionBoxResource
extends org.silverpeas.core.web.rs.RESTWebService
- Author:
- Yohann Chastagnier
-
Nested Class Summary
-
Field Summary
Fields inherited from class org.silverpeas.core.web.rs.RESTWebService
RESPONSE_HEADER_ARRAYSIZEFields inherited from interface org.silverpeas.core.web.SilverpeasWebResource
BASE_PATH -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.silverpeas.core.web.rs.RESTWebService
createWebResourceUri, fromPage, getBundle, getHighestUserRole, getHttpRequest, getHttpServletRequest, getHttpServletResponse, getLanguage, getOrganisationController, getSilverpeasContext, getUri, getUser, getUserPreferences, getUserRoles, identifiedBy, identifiedBy, initContext, initWebResourceUri, isUserDefined, processMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.silverpeas.core.web.rs.ProtectedWebResource
validateUserAuthorizationMethods inherited from interface org.silverpeas.core.web.rs.WebAuthenticationValidation
validateUserAuthentication
-
Constructor Details
-
AbstractSuggestionBoxResource
public AbstractSuggestionBoxResource()
-
-
Method Details
-
getResourceBasePath
- Specified by:
getResourceBasePathin classorg.silverpeas.core.web.rs.RESTWebService
-
getBundleLocation
- Overrides:
getBundleLocationin classorg.silverpeas.core.web.rs.RESTWebService
-
getComponentId
-
getSuggestionBox
Gets the suggestion box associated to the current request.- Returns:
- the suggestion box
-