|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.commons.jelly.JellyContext | +--org.apache.commons.jelly.servlet.JellyServletContext
Fields inherited from class org.apache.commons.jelly.JellyContext |
classLoader, useContextClassLoader |
Constructor Summary | |
JellyServletContext()
|
|
JellyServletContext(JellyContext parent,
javax.servlet.ServletContext ctx)
|
|
JellyServletContext(javax.servlet.ServletContext ctx)
|
Method Summary | |
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>. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JellyServletContext()
public JellyServletContext(javax.servlet.ServletContext ctx)
public JellyServletContext(JellyContext parent, javax.servlet.ServletContext ctx)
Method Detail |
public java.net.URL getResource(java.lang.String s) throws java.net.MalformedURLException
getResource
in class JellyContext
s
- java.net.MalformedURLException
- public java.io.InputStream getResourceAsStream(java.lang.String s)
getResourceAsStream
in class JellyContext
s
- protected JellyContext createChildContext()
JellyContext
createChildContext
in class JellyContext
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |