org.apache.commons.jelly.servlet
Class JellyServletContext
java.lang.Object
org.apache.commons.jelly.JellyContext
org.apache.commons.jelly.servlet.JellyServletContext
public class JellyServletContext
- extends JellyContext
- Version:
- 1.1
- Author:
- Kelvin Tan
| Methods inherited from class org.apache.commons.jelly.JellyContext |
clear, clearVariables, compileScript, compileScript, compileScript, createRelativeURL, createXMLParser, findVariable, getClassLoader, getCurrentURL, getJellyContextURL, getJellyContextURL, getParent, getRootURL, getScope, getTagLibrary, getUseContextClassLoader, getVariable, getVariable, getVariableNames, getVariables, 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, setVariables |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JellyServletContext
public JellyServletContext()
JellyServletContext
public JellyServletContext(javax.servlet.ServletContext ctx)
JellyServletContext
public JellyServletContext(JellyContext parent,
javax.servlet.ServletContext ctx)
getResource
public URL getResource(String s)
throws MalformedURLException
- Allow access of relative URIs when performing <j:include>.
- Overrides:
getResource in class JellyContext
- Parameters:
s -
- Returns:
-
- Throws:
MalformedURLException
getResourceAsStream
public InputStream getResourceAsStream(String s)
- Allow access of relative URIs when performing <j:include>.
- Overrides:
getResourceAsStream in class JellyContext
- Parameters:
s -
- Returns:
createChildContext
protected JellyContext createChildContext()
- Description copied from class:
JellyContext
- Factory method to create a new child of this context
- Overrides:
createChildContext in class JellyContext
Copyright © 2012 Apache Software Foundation. All Rights Reserved.