|
Transfer version 1.1 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
transfer.com.aop.AbstractBaseAdviceBuilder
public class AbstractBaseAdviceBuilder
Abstract base for building aop advice on the fly
| Constructor Summary | |
|---|---|
init(MethodInjector methodInjector)
Constructor |
|
| Method Summary | |
|---|---|
void |
buildAdvice(any component, any pointcut, DefinitionBuffer buffer)
builds the advice |
string |
getAdviceName()
gives an adive name for debugging purposes |
private MethodInjector |
getMethodInjector()
|
private void |
setMethodInjector(MethodInjector methodInjector)
|
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Constructor Detail |
|---|
public init(MethodInjector methodInjector)
methodInjector - The method injector cfc| Method Detail |
|---|
public void buildAdvice(any component, any pointcut, DefinitionBuffer buffer)
component - the component to apply the advice topointcut - either a function, or a regex for functions to advisebuffer - the definition buffer to write topublic string getAdviceName()
private MethodInjector getMethodInjector()
private void setMethodInjector(MethodInjector methodInjector)
methodInjector
|
Transfer version 1.1 | ||||
| FRAMES | |||||