Package org.silverpeas.core.webapi.look
Class AbstractLookResource
- java.lang.Object
-
- org.silverpeas.core.web.rs.RESTWebService
-
- org.silverpeas.core.webapi.look.AbstractLookResource
-
- All Implemented Interfaces:
ProtectedWebResource
,WebAuthenticationValidation
,WebAuthorizationValidation
,SilverpeasWebResource
- Direct Known Subclasses:
DisplayResource
public abstract class AbstractLookResource extends RESTWebService
Centralizations of look resource processings- Author:
- Yohann Chastagnier
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.silverpeas.core.web.rs.RESTWebService
RESTWebService.WebProcess<R>, RESTWebService.WebTreatment<R>
-
-
Field Summary
-
Fields inherited from class org.silverpeas.core.web.rs.RESTWebService
RESPONSE_HEADER_ARRAYSIZE
-
Fields inherited from interface org.silverpeas.core.web.SilverpeasWebResource
BASE_PATH
-
-
Constructor Summary
Constructors Constructor Description AbstractLookResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AbstractLookEntity<?>
asWebEntity(Object object)
Not recognized object : error.protected LookWebDelegate
getLookDelegate()
Gets the common look services for Web Servicesprotected boolean
isUserAuthorizedToAccessLookContext()
Indicates if the requester user is authorized to access the look contextprotected void
verifyUserAuthorizedToAccessLookContext()
Verifies the requester user is authorized to access the look context-
Methods inherited from class org.silverpeas.core.web.rs.RESTWebService
createWebResourceUri, fromPage, getBundle, getBundleLocation, getHighestUserRole, getHttpRequest, getHttpServletRequest, getHttpServletResponse, getOrganisationController, getResourceBasePath, getSilverpeasContext, getUri, getUser, getUserPreferences, getUserRoles, identifiedBy, identifiedBy, initContext, initWebResourceUri, isUserDefined, process
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.silverpeas.core.web.rs.ProtectedWebResource
validateUserAuthorization
-
Methods inherited from interface org.silverpeas.core.web.SilverpeasWebResource
getComponentId
-
Methods inherited from interface org.silverpeas.core.web.rs.WebAuthenticationValidation
validateUserAuthentication
-
-
-
-
Method Detail
-
asWebEntity
protected AbstractLookEntity<?> asWebEntity(Object object)
Not recognized object : error.- Parameters:
object
-- Returns:
- the corresponding component entity.
-
getLookDelegate
protected LookWebDelegate getLookDelegate()
Gets the common look services for Web Services- Returns:
-
verifyUserAuthorizedToAccessLookContext
protected void verifyUserAuthorizedToAccessLookContext()
Verifies the requester user is authorized to access the look context
-
isUserAuthorizedToAccessLookContext
protected boolean isUserAuthorizedToAccessLookContext()
Indicates if the requester user is authorized to access the look context
-
-