|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IBeanReference | |
---|---|
com.aurorasoftworks.signal.runtime.core.context | |
com.aurorasoftworks.signal.runtime.ui.mvc |
Uses of IBeanReference in com.aurorasoftworks.signal.runtime.core.context |
---|
Classes in com.aurorasoftworks.signal.runtime.core.context that implement IBeanReference | |
---|---|
class |
AbstractBeanReference
A common superclass for implementations of IBeanReference . |
class |
EagerInitBeanReference
A direct reference to an eagerly-initialized bean. |
class |
LazyInitBeanReference
A reference to a lazily-initialized bean. |
Methods in com.aurorasoftworks.signal.runtime.core.context that return IBeanReference | |
---|---|
protected IBeanReference |
Context.getBeanReference(java.lang.String name)
|
Methods in com.aurorasoftworks.signal.runtime.core.context with parameters of type IBeanReference | |
---|---|
java.lang.Object |
IBeanProcessor.postProcessBean(IBeanReference reference)
|
java.lang.Object |
IBeanProcessor.preProcessBean(IBeanReference reference)
|
protected void |
Context.processBean(IBeanReference ref,
java.lang.Object processedResult)
Handles a bean or a bean reference returned by a IBeanProcessor . |
protected void |
Context.registerBeanReference(IBeanReference ref)
Registers a bean reference. |
Uses of IBeanReference in com.aurorasoftworks.signal.runtime.ui.mvc |
---|
Methods in com.aurorasoftworks.signal.runtime.ui.mvc with parameters of type IBeanReference | |
---|---|
protected boolean |
AbstractControllerMethodInterceptor.isController(IBeanReference ref)
|
java.lang.Object |
AbstractControllerMethodInterceptor.postProcessBean(IBeanReference ref)
|
java.lang.Object |
AbstractControllerMethodInterceptor.preProcessBean(IBeanReference ref)
No-op. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |