public class JellyServletContext extends JellyContext
classLoader, useContextClassLoader| Constructor and Description |
|---|
JellyServletContext() |
JellyServletContext(JellyContext parent,
javax.servlet.ServletContext ctx) |
JellyServletContext(javax.servlet.ServletContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
protected JellyContext |
createChildContext()
Factory method to create a new child of this context
|
java.net.URL |
getResource(java.lang.String s)
Allow access of relative URIs when performing <j:include>.
|
java.io.InputStream |
getResourceAsStream(java.lang.String s)
Allow access of relative URIs when performing <j:include>.
|
clear, clearVariables, compileScript, compileScript, compileScript, createRelativeURL, createXMLParser, findVariable, getClassLoader, getCurrentURL, getJellyContextURL, getJellyContextURL, getParent, getRootURL, getScope, getTagLibrary, getUseContextClassLoader, getVariable, getVariable, getVariableNames, getVariables, getVariableWithDefaultValue, getXMLParser, isCacheTags, isExport, isExportLibraries, isInherit, isTagLibraryRegistered, newJellyContext, newJellyContext, registerTagLibrary, registerTagLibrary, removeVariable, removeVariable, runScript, runScript, runScript, runScript, runScript, runScript, runScript, runScript, setCacheTags, setClassLoader, setCurrentURL, setExport, setExportLibraries, setInherit, setParent, setRootURL, setUseContextClassLoader, setVariable, setVariable, setVariablespublic JellyServletContext()
public JellyServletContext(javax.servlet.ServletContext ctx)
public JellyServletContext(JellyContext parent, javax.servlet.ServletContext ctx)
public java.net.URL getResource(java.lang.String s)
throws java.net.MalformedURLException
getResource in class JellyContexts - java.net.MalformedURLExceptionpublic java.io.InputStream getResourceAsStream(java.lang.String s)
getResourceAsStream in class JellyContexts - protected JellyContext createChildContext()
JellyContextcreateChildContext in class JellyContextCopyright © 2012. All Rights Reserved.