ColdSpring Stable 1.2

coldspring.aop
Class AfterReturningAdvice

WEB-INF.cftags.component
        extended by coldspring.aop.Advice
            extended by coldspring.aop.AfterReturningAdvice

public class AfterReturningAdvice
extends Advice

Interface (Abstract Class) for Before Advice implimentations


Constructor Summary
private init()
 
Method Summary
 void afterReturning([any returnVal], [Method method], [struct args], [any target])
 
Methods inherited from class coldspring.aop.Advice
getType, setType
 
Methods inherited from class WEB-INF.cftags.component
 

Constructor Detail

init

private init()

Method Detail

afterReturning

public void afterReturning([any returnVal], [Method method], [struct args], [any target])

Parameters:
returnVal
method
args
target

ColdSpring Stable 1.2