java - Need information about spring Controllers -


i confused spring controllers, pls me.

i want know how spring controller initate , how constructor action,

as when call controller 1 page, , ask same controller page dosn't seems create new object of controller rather provide same reference of controller object

controllers "application-scoped"; instantiated once , reused requests associate them with. such, important not carry session-specific state.

you should refer the documentation more details on how controllers work , how instantiate them.


Comments

Popular posts from this blog

Javascript line number mapping -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -