Package net.n2oapp.context
Class StaticServletContext
- java.lang.Object
-
- net.n2oapp.context.StaticServletContext
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
@Deprecated public class StaticServletContext extends Object implements org.springframework.context.ApplicationContextAware
Deprecated.User: operhod Date: 05.03.14 Time: 9:32
-
-
Constructor Summary
Constructors Constructor Description StaticServletContext()Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static javax.servlet.ServletContextgetServletContext()Deprecated.voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext)Deprecated.
-
-
-
Method Detail
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansExceptionDeprecated.- Specified by:
setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware- Throws:
org.springframework.beans.BeansException
-
getServletContext
public static javax.servlet.ServletContext getServletContext()
Deprecated.
-
-