Hello ${name}
}}} web.xml {{{#!highlight xmlHello ${name}
}}} == ApplicationContextAware == * https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/context/ApplicationContextAware.html ApplicationContextAware, Interface to be implemented by any object that wishes to be notified of the ApplicationContext that it runs in. {{{#!highlight java void setApplicationContext(ApplicationContext applicationContext) }}}