Class IndexableAdvice

Object
com.liferay.portal.kernel.aop.ChainableMethodAdvice
com.liferay.portal.search.IndexableAdvice

public class IndexableAdvice extends com.liferay.portal.kernel.aop.ChainableMethodAdvice
Author:
Shuyang Zhou
  • Constructor Details

    • IndexableAdvice

      public IndexableAdvice()
  • Method Details

    • createMethodContext

      public Object createMethodContext(Class<?> targetClass, Method method, Map<Class<? extends Annotation>,Annotation> annotations)
      Specified by:
      createMethodContext in class com.liferay.portal.kernel.aop.ChainableMethodAdvice
    • afterReturning

      protected void afterReturning(com.liferay.portal.kernel.aop.AopMethodInvocation aopMethodInvocation, Object[] arguments, Object result) throws Throwable
      Overrides:
      afterReturning in class com.liferay.portal.kernel.aop.ChainableMethodAdvice
      Throws:
      Throwable