| java.lang.Object org.apache.commons.jelly.JellyContext org.apache.commons.jelly.servlet.JellyServletContext
JellyServletContext | public JellyServletContext()(Code) | | |
getResourceAsStream | public InputStream getResourceAsStream(String s)(Code) | | Allow access of relative URIs when performing <j:include>.
Parameters: s - |
Methods inherited from org.apache.commons.jelly.JellyContext | public void clear()(Code)(Java Doc) protected void clearVariables()(Code)(Java Doc) public Script compileScript(String uri) throws JellyException(Code)(Java Doc) public Script compileScript(URL url) throws JellyException(Code)(Java Doc) public Script compileScript(InputSource source) throws JellyException(Code)(Java Doc) protected JellyContext createChildContext()(Code)(Java Doc) protected URL createRelativeURL(URL rootURL, String relativeURI) throws MalformedURLException(Code)(Java Doc) protected XMLParser createXMLParser()(Code)(Java Doc) public Object findVariable(String name)(Code)(Java Doc) public ClassLoader getClassLoader()(Code)(Java Doc) public URL getCurrentURL()(Code)(Java Doc) protected URL getJellyContextURL(URL url) throws MalformedURLException(Code)(Java Doc) protected URL getJellyContextURL(InputSource source) throws MalformedURLException(Code)(Java Doc) public JellyContext getParent()(Code)(Java Doc) public URL getResource(String uri) throws MalformedURLException(Code)(Java Doc) public InputStream getResourceAsStream(String uri)(Code)(Java Doc) public URL getRootURL()(Code)(Java Doc) public JellyContext getScope(String name)(Code)(Java Doc) public TagLibrary getTagLibrary(String namespaceURI)(Code)(Java Doc) public boolean getUseContextClassLoader()(Code)(Java Doc) public Object getVariable(String name)(Code)(Java Doc) public Object getVariable(String name, String scopeName)(Code)(Java Doc) public Iterator getVariableNames()(Code)(Java Doc) public Map getVariables()(Code)(Java Doc) protected XMLParser getXMLParser()(Code)(Java Doc) public boolean isExport()(Code)(Java Doc) public boolean isExportLibraries()(Code)(Java Doc) public boolean isInherit()(Code)(Java Doc) public boolean isTagLibraryRegistered(String namespaceURI)(Code)(Java Doc) public JellyContext newJellyContext(Map newVariables)(Code)(Java Doc) public JellyContext newJellyContext()(Code)(Java Doc) public void registerTagLibrary(String namespaceURI, TagLibrary taglib)(Code)(Java Doc) public void registerTagLibrary(String namespaceURI, String className)(Code)(Java Doc) public void removeVariable(String name)(Code)(Java Doc) public void removeVariable(String name, String scopeName)(Code)(Java Doc) public JellyContext runScript(File file, XMLOutput output) throws JellyException(Code)(Java Doc) public JellyContext runScript(URL url, XMLOutput output) throws JellyException(Code)(Java Doc) public JellyContext runScript(InputSource source, XMLOutput output) throws JellyException(Code)(Java Doc) public JellyContext runScript(String uri, XMLOutput output) throws JellyException(Code)(Java Doc) public JellyContext runScript(String uri, XMLOutput output, boolean export, boolean inherit) throws JellyException(Code)(Java Doc) public JellyContext runScript(File file, XMLOutput output, boolean export, boolean inherit) throws JellyException(Code)(Java Doc) public JellyContext runScript(URL url, XMLOutput output, boolean export, boolean inherit) throws JellyException(Code)(Java Doc) public JellyContext runScript(InputSource source, XMLOutput output, boolean export, boolean inherit) throws JellyException(Code)(Java Doc) public void setClassLoader(ClassLoader classLoader)(Code)(Java Doc) public void setCurrentURL(URL currentURL)(Code)(Java Doc) public void setExport(boolean export)(Code)(Java Doc) public void setExportLibraries(boolean exportLibraries)(Code)(Java Doc) public void setInherit(boolean inherit)(Code)(Java Doc) protected void setParent(JellyContext context)(Code)(Java Doc) public void setRootURL(URL rootURL)(Code)(Java Doc) public void setUseContextClassLoader(boolean use)(Code)(Java Doc) public void setVariable(String name, Object value)(Code)(Java Doc) public void setVariable(String name, String scopeName, Object value)(Code)(Java Doc) public void setVariables(Map variables)(Code)(Java Doc)
|
|
|