类 javax.servlet.jsp.JspContext
的使用

使用 JspContext 的软件包
javax.servlet.jsp Classes and interfaces for the Core JSP 2.1 API. 
javax.servlet.jsp.tagext Classes and interfaces for the definition of JavaServer Pages Tag Libraries. 
org.apache.jasper.runtime   
 

javax.servlet.jspJspContext 的使用
 

javax.servlet.jspJspContext 的子类
 class PageContext
           PageContext extends JspContext to provide useful context information for when JSP technology is used in a Servlet environment.
 

javax.servlet.jsp.tagextJspContext 的使用
 

返回 JspContextjavax.servlet.jsp.tagext 中的方法
protected  JspContext SimpleTagSupport.getJspContext()
          Returns the page context passed in by the container via setJspContext.
abstract  JspContext JspFragment.getJspContext()
          Returns the JspContext that is bound to this JspFragment.
 

参数类型为 JspContextjavax.servlet.jsp.tagext 中的方法
 void SimpleTagSupport.setJspContext(JspContext pc)
          Stores the provided JSP context in the private jspContext field.
 void SimpleTag.setJspContext(JspContext pc)
          Called by the container to provide this tag handler with the JspContext for this invocation.
 

org.apache.jasper.runtimeJspContext 的使用
 

org.apache.jasper.runtimeJspContext 的子类
 class JspContextWrapper
          Implementation of a JSP Context Wrapper.
 class PageContextImpl
          Implementation of the PageContext class from the JSP spec.
 

声明为 JspContextorg.apache.jasper.runtime 中的字段
protected  JspContext JspFragmentHelper.jspContext
           
 

返回 JspContextorg.apache.jasper.runtime 中的方法
 JspContext JspFragmentHelper.getJspContext()
           
 

参数类型为 JspContextorg.apache.jasper.runtime 中的构造方法
JspContextWrapper(JspContext jspContext, ArrayList<String> nestedVars, ArrayList<String> atBeginVars, ArrayList<String> atEndVars, Map<String,String> aliases)
           
JspFragmentHelper(int discriminator, JspContext jspContext, JspTag parentTag)
           
 



Copyright © 2013. All Rights Reserved.