|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.taglibs.rdc.scxml.env.ServletContextResolver
A wrapper around ServletContext that implements PathResolver
PathResolver
Constructor Summary | |
ServletContextResolver(javax.servlet.ServletContext ctx)
|
Method Summary | |
PathResolver |
getResolver(java.lang.String ctxPath)
Retrieve the PathResolver rooted at the given path. |
java.lang.String |
resolvePath(java.lang.String ctxPath)
Delegates to the underlying ServletContext.getRealPath(String) |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ServletContextResolver(javax.servlet.ServletContext ctx)
ctx
- The ServletContext instance for this RDC runtime.Method Detail |
public java.lang.String resolvePath(java.lang.String ctxPath)
resolvePath
in interface PathResolver
ctxPath
- context sensitive path, can be a relative URL
null
PathResolver.resolvePath(java.lang.String)
public PathResolver getResolver(java.lang.String ctxPath)
getResolver
in interface PathResolver
ctxPath
- context sensitive path, can be a relative URL
PathResolver.getResolver(java.lang.String)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |