com.jdon.controller.context.web
类 ServletContextWrapper

java.lang.Object
  继承者 com.jdon.controller.context.web.ServletContextWrapper
所有已实现的接口:
AppContextWrapper

public class ServletContextWrapper
extends Object
implements AppContextWrapper


构造方法摘要
ServletContextWrapper(javax.servlet.ServletContext servletContext)
           
 
方法摘要
 Object getAttribute(String key)
           
 String getInitParameter(String key)
           
 InputStream getResourceAsStream(String name)
           
 javax.servlet.ServletContext getServletContext()
           
 void removeAttribute(String key)
           
 void setAttribute(String key, Object o)
           
 
从类 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.