Class and Description |
---|
net.sf.jguiraffe.di.impl.NullInvocation
Use
HelperInvocations instead; it provides some dummy
implementations of the Invokable interface which are useful in some
situations where a full-blown implementation is not required. |
Method and Description |
---|
net.sf.jguiraffe.gui.app.Application.findBeanDefinitions(Configuration)
This method is replaced by
Application.findBeanDefinitions(Configuration, BeanContext) . It
is still called during application initialization to keep
backwards compatibility, but this base implementation simply
returns an empty collection. |
net.sf.jguiraffe.di.impl.providers.LifeCycleBeanProvider.initBean(Object, DependencyProvider)
This method is not called any more during bean creation;
instead
LifeCycleBeanProvider.fetchInitializedBeanInstance(Object, DependencyProvider)
is invoked |
net.sf.jguiraffe.gui.app.Application.resolveResourceURL(String, String)
This method does not make sense in the public interface of
this class. It will be removed in later versions. Use corresponding
functionality from the
LocatorUtils class instead. |
Copyright © 2013 The JGUIraffe Team. All Rights Reserved.