インタフェース
javax.servlet.ServletContext の使用

ServletContext を使用しているパッケージ
javax.servlet   
javax.servlet.http   
javax.servlet.jsp   
 

javax.servlet での ServletContext の使用
 

ServletContext を返す javax.servlet のメソッド
 ServletContext ServletContextEvent.getServletContext()
          Return the ServletContext that changed.
 ServletContext ServletContext.getContext(java.lang.String uripath)
          Returns a ServletContext object that corresponds to a specified URL on the server.
 ServletContext ServletConfig.getServletContext()
          Returns a reference to the ServletContext in which the caller is executing.
 ServletContext GenericServlet.getServletContext()
          Returns a reference to the ServletContext in which this servlet is running.
 ServletContext FilterConfig.getServletContext()
          Returns a reference to the ServletContext in which the caller is executing.
 

ServletContext 型のパラメータを持つ javax.servlet のコンストラクタ
ServletContextEvent(ServletContext source)
          Construct a ServletContextEvent from the given context.
ServletContextAttributeEvent(ServletContext source, java.lang.String name, java.lang.Object value)
          Construct a ServletContextAttributeEvent from the given context for the given attribute name and attribute value.
 

javax.servlet.http での ServletContext の使用
 

ServletContext を返す javax.servlet.http のメソッド
 ServletContext HttpSession.getServletContext()
          Returns the ServletContext to which this session belongs.
 

javax.servlet.jsp での ServletContext の使用
 

ServletContext を返す javax.servlet.jsp のメソッド
abstract  ServletContext PageContext.getServletContext()
          The ServletContext instance.
 



Copyright © 1999-2002 The Apache Software Foundation. All Rights Reserved.