We have spring beans like:
@Component
@Scope(value="session")
public class MyBean {
// ...
}
How internally spring bind the HTTP scopes like request, session with corresponding bean's scope. Is there any role of RequestContextListener for this?
Aucun commentaire:
Enregistrer un commentaire