|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IMethodInterceptor | |
---|---|
com.aurorasoftworks.signal.runtime.core.context.proxy | |
com.aurorasoftworks.signal.runtime.ui.mvc |
Uses of IMethodInterceptor in com.aurorasoftworks.signal.runtime.core.context.proxy |
---|
Classes in com.aurorasoftworks.signal.runtime.core.context.proxy that implement IMethodInterceptor | |
---|---|
class |
AbstractMethodInterceptor
|
class |
LazyInitMethodInterceptor
|
Methods in com.aurorasoftworks.signal.runtime.core.context.proxy with parameters of type IMethodInterceptor | |
---|---|
IProxy |
ProxyFactory.createProxy(IProxyTarget target,
IMethodInterceptor[] interceptors)
Creates a new proxy for the specified object using the specified interceptors. |
IProxy |
IProxyFactory.createProxy(IProxyTarget target,
IMethodInterceptor[] interceptors)
Creates a new proxy for the specified object using the specified interceptors. |
Uses of IMethodInterceptor in com.aurorasoftworks.signal.runtime.ui.mvc |
---|
Classes in com.aurorasoftworks.signal.runtime.ui.mvc that implement IMethodInterceptor | |
---|---|
protected class |
AbstractControllerMethodInterceptor.ControllerMethodInterceptor
|
protected class |
AbstractControllerMethodInterceptor.FlowCallerMethodInterceptor
|
Methods in com.aurorasoftworks.signal.runtime.ui.mvc that return IMethodInterceptor | |
---|---|
protected IMethodInterceptor[] |
AbstractControllerMethodInterceptor.getFlowCallerHandlers()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |