Class MLContentInterceptor

java.lang.Object
org.alfresco.repo.model.ml.MLContentInterceptor
All Implemented Interfaces:
org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor

public class MLContentInterceptor extends Object implements org.aopalliance.intercept.MethodInterceptor
Replaces content readers according to the empty translation status.
Since:
2.1
Author:
Derek Hulley
See Also:
  • Constructor Details

    • MLContentInterceptor

      public MLContentInterceptor()
  • Method Details

    • setNodeService

      public void setNodeService(NodeService bean)
    • setContentService

      public void setContentService(ContentService directContentService)
    • setMultilingualContentService

      public void setMultilingualContentService(MultilingualContentService directMultilingualContentService)
    • invoke

      public Object invoke(org.aopalliance.intercept.MethodInvocation invocation) throws Throwable
      Specified by:
      invoke in interface org.aopalliance.intercept.MethodInterceptor
      Throws:
      Throwable