Uses of Class
com.caucho.jsp.JspResourceManager

Packages that use JspResourceManager
com.caucho.jsp   
 

Uses of JspResourceManager in com.caucho.jsp
 

Subclasses of JspResourceManager in com.caucho.jsp
 class AppDirResourceManager
          Resolves resources and looks up *.tld
 class AppResourceManager
          Resolves resources and looks up *.tld
 

Methods in com.caucho.jsp that return JspResourceManager
 JspResourceManager JspCompiler.getResourceManager()
          Gets the resource manager.
 JspResourceManager ParseState.getResourceManager()
          Gets the resource manager.
 

Methods in com.caucho.jsp with parameters of type JspResourceManager
 void JspCompiler.setResourceManager(JspResourceManager manager)
          Sets the resource manager.
 void ParseState.setResourceManager(JspResourceManager resourceManager)
          Sets the resource manager.
 

Constructors in com.caucho.jsp with parameters of type JspResourceManager
ParseTagManager(JspResourceManager resourceManager, TaglibManager taglibManager, TagFileManager tagFileManager)
           
TaglibManager(JspResourceManager resourceManager, WebApp webApp, TagFileManager tagFileManager)
           
TagManager(JspResourceManager resourceManager)