I have a Struts 2 webapp with Spring 2.5 as ObjectFactory.
I have a HttpSessionListener-Class which is configured in web.xml:

<listener>
  <listener-class>util.servlet.UserTimeoutListener</listener-class>
</listener>

I assume that 
1) this class will be instanciated as a singleton.
2) Spring will have nothing to do with the instanciation.

Am i right on both accounts? 

/Stephan
-- 
View this message in context: 
http://www.nabble.com/Is-HttpSessionListener-a-singleton-and-or-initialized-by-Spring--tp20932453p20932453.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to