Nuxeo Enterprise Platform 5.4

org.nuxeo.cm.web.invalidations
Class CaseManagementContextInterceptor

java.lang.Object
  extended by org.jboss.seam.intercept.AbstractInterceptor
      extended by org.nuxeo.cm.web.invalidations.CaseManagementContextInterceptor
All Implemented Interfaces:
Serializable, OptimizedInterceptor

@Interceptor(stateless=true,
             within=org.jboss.seam.core.BijectionInterceptor.class)
public class CaseManagementContextInterceptor
extends AbstractInterceptor

Interceptor used to invalidate components annotated by CaseManagementContextBound. Every method on this class

See Also:
Serialized Form

Constructor Summary
CaseManagementContextInterceptor()
           
 
Method Summary
 Object aroundInvoke(InvocationContext invocationContext)
           
 boolean isInterceptorEnabled()
           
 
Methods inherited from class org.jboss.seam.intercept.AbstractInterceptor
setComponent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CaseManagementContextInterceptor

public CaseManagementContextInterceptor()
Method Detail

aroundInvoke

public Object aroundInvoke(InvocationContext invocationContext)
                    throws Exception
Throws:
Exception

isInterceptorEnabled

public boolean isInterceptorEnabled()

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.