|
ColdSpring Stable 1.2 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
coldspring.aop.Advice
coldspring.aop.AfterReturningAdvice
public class AfterReturningAdvice
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 |
|---|
private init()
| Method Detail |
|---|
public void afterReturning([any returnVal], [Method method], [struct args], [any target])
returnValmethodargstarget
|
ColdSpring Stable 1.2 | ||||
| FRAMES | |||||