|
HDIV API 2.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IApplication
ServletContext Wrapper interface
| Method Summary | |
|---|---|
java.lang.Object |
getBean(java.lang.String name)
Return an instance, which may be shared or independent, of the given bean name. |
void |
setApplication(javax.servlet.ServletContext servletContext)
|
void |
setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
Callback that supplies the owning factory to a bean instance. |
| Method Detail |
|---|
void setApplication(javax.servlet.ServletContext servletContext)
java.lang.Object getBean(java.lang.String name)
Callers may retain references to returned objects in the case of Singleton beans.
Translates aliases back to the corresponding canonical bean name. Will ask the parent factory if the bean cannot be found in this factory instance.
name - the name of the bean to return
org.springframework.beans.factory.NoSuchBeanDefinitionException - if there is no bean definition with the
specified name
org.springframework.beans.BeansException - if the bean could not be obtainedvoid setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
beanFactory - owning BeanFactory (may not be null). The bean can
immediately call methods on the factory.
|
HDIV 2.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||