Package | Description |
---|---|
com.caucho.jsp |
Modifier and Type | Class and Description |
---|---|
class |
AppDirResourceManager
Resolves resources and looks up *.tld
|
class |
AppResourceManager
Resolves resources and looks up *.tld
|
Modifier and Type | Method and Description |
---|---|
JspResourceManager |
ParseState.getResourceManager()
Gets the resource manager.
|
JspResourceManager |
JspCompiler.getResourceManager()
Gets the resource manager.
|
Modifier and Type | Method and Description |
---|---|
void |
ParseState.setResourceManager(JspResourceManager resourceManager)
Sets the resource manager.
|
void |
JspCompiler.setResourceManager(JspResourceManager manager)
Sets the resource manager.
|
Constructor and Description |
---|
ParseTagManager(JspResourceManager resourceManager,
TaglibManager taglibManager,
TagFileManager tagFileManager) |
TaglibManager(JspResourceManager resourceManager,
WebApp webApp,
TagFileManager tagFileManager) |
TagManager(JspResourceManager resourceManager) |