Class ComponentExistenceAspect
- java.lang.Object
-
- org.silverpeas.core.web.rs.aspect.ComponentExistenceAspect
-
@Interceptor @ComponentInstMustExistIfSpecified @Priority(2000) public class ComponentExistenceAspect extends Object
An aspect to insert component existence checking in the web services so that it is performed implicitly for each web resources managed by a given component instance. If a web resource doesn't belong to any component instance, then nothing is done.
-
-
Constructor Summary
Constructors Constructor Description ComponentExistenceAspect()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
processAuthorization(javax.interceptor.InvocationContext context)
-