org.kuali.rice.krad.util
Class LegacyDetectionAdvice

java.lang.Object
  extended by 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


Constructor Summary
LegacyDetectionAdvice()
           
 
Method Summary
 void before(Method method, Object[] args, Object target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LegacyDetectionAdvice

public LegacyDetectionAdvice()
Method Detail

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.