Uses of Class
com.caucho.jsp.PageManager

Packages that use PageManager
com.caucho.jsp   
com.caucho.jsp.el   
 

Uses of PageManager in com.caucho.jsp
 

Subclasses of PageManager in com.caucho.jsp
 class JspManager
          Manages JSP templates.
 class XtpManager
          Manages XTP templates.
 

Methods in com.caucho.jsp that return PageManager
protected  PageManager QServlet.getManager()
           
 

Methods in com.caucho.jsp with parameters of type PageManager
protected  void QServlet.setManager(PageManager manager)
          JspServlet and XtpServlet will set the PageManager with this method.
 

Uses of PageManager in com.caucho.jsp.el
 

Methods in com.caucho.jsp.el that return PageManager
 PageManager JspApplicationContextImpl.getPageManager()
           
 

Methods in com.caucho.jsp.el with parameters of type PageManager
 void JspApplicationContextImpl.setPageManager(PageManager pageManager)