Uses of Interface
org.apache.bsf.utils.http.HttpScriptContext

Packages that use HttpScriptContext
org.apache.bsf.utils.http   
 

Uses of HttpScriptContext in org.apache.bsf.utils.http
 

Classes in org.apache.bsf.utils.http that implement HttpScriptContext
 class GenericHttpScriptContext
           
 

Methods in org.apache.bsf.utils.http that return HttpScriptContext
 HttpScriptContext HttpScriptServlet.getContext(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
          Retrieves a HttpScriptContext initialized using specified HttpServletRequest, HttpServletResponse and a reference to this HttpScriptServlet.
 

Constructors in org.apache.bsf.utils.http with parameters of type HttpScriptContext
HttpScriptRequest(HttpScriptContext context, javax.servlet.http.HttpServletRequest req)
           
HttpScriptResponse(HttpScriptContext context, javax.servlet.http.HttpServletResponse res)
           
 



Copyright © 1999-2008 Apache Software Foundation. All Rights Reserved.