org.kuali.rice.krad.util
Class LegacyDetectionAdvice
java.lang.Object
org.kuali.rice.krad.util.LegacyDetectionAdvice
- All Implemented Interfaces:
- org.aopalliance.aop.Advice, org.springframework.aop.BeforeAdvice, org.springframework.aop.MethodBeforeAdvice
public class LegacyDetectionAdvice
- extends Object
- implements org.springframework.aop.MethodBeforeAdvice
Prevents calls to "legacy" data framework services if the legacy framework
has been disabled
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LegacyDetectionAdvice
public LegacyDetectionAdvice()
before
public void before(Method method,
Object[] args,
Object target)
throws Throwable
- Specified by:
before
in interface org.springframework.aop.MethodBeforeAdvice
- Throws:
Throwable
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.