Class STServiceOperationPointcut

java.lang.Object
it.uniroma2.art.semanticturkey.aop.STServiceOperationPointcut
All Implemented Interfaces:
org.springframework.aop.Pointcut

public class STServiceOperationPointcut extends Object implements org.springframework.aop.Pointcut
A Pointcut implementation matching Semantic Turkey service operations.
Author:
Manuel Fiorelli
  • Constructor Details

    • STServiceOperationPointcut

      public STServiceOperationPointcut()
  • Method Details

    • getClassFilter

      public org.springframework.aop.ClassFilter getClassFilter()
      Specified by:
      getClassFilter in interface org.springframework.aop.Pointcut
    • getMethodMatcher

      public org.springframework.aop.MethodMatcher getMethodMatcher()
      Specified by:
      getMethodMatcher in interface org.springframework.aop.Pointcut