com.jdon.controller.context.web
类 ServletContextWrapper
java.lang.Object
com.jdon.controller.context.web.ServletContextWrapper
- 所有已实现的接口:
- AppContextWrapper
public class ServletContextWrapper
- extends Object
- implements AppContextWrapper
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServletContextWrapper
public ServletContextWrapper(javax.servlet.ServletContext servletContext)
getResourceAsStream
public InputStream getResourceAsStream(String name)
- 指定者:
- 接口
AppContextWrapper 中的 getResourceAsStream
getInitParameter
public String getInitParameter(String key)
- 指定者:
- 接口
AppContextWrapper 中的 getInitParameter
getAttribute
public Object getAttribute(String key)
- 指定者:
- 接口
AppContextWrapper 中的 getAttribute
setAttribute
public void setAttribute(String key,
Object o)
- 指定者:
- 接口
AppContextWrapper 中的 setAttribute
removeAttribute
public void removeAttribute(String key)
- 指定者:
- 接口
AppContextWrapper 中的 removeAttribute
getServletContext
public javax.servlet.ServletContext getServletContext()
Copyright © 2013. All Rights Reserved.