Package org.apache.catalina.ssi
Class SSIServletExternalResolver.ServletContextAndPath
- java.lang.Object
- 
- org.apache.catalina.ssi.SSIServletExternalResolver.ServletContextAndPath
 
- 
- Enclosing class:
- SSIServletExternalResolver
 
 protected static class SSIServletExternalResolver.ServletContextAndPath extends java.lang.Object
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.lang.Stringpathprotected ServletContextservletContext
 - 
Constructor SummaryConstructors Constructor Description ServletContextAndPath(ServletContext servletContext, java.lang.String path)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetPath()ServletContextgetServletContext()
 
- 
- 
- 
Field Detail- 
servletContextprotected final ServletContext servletContext 
 - 
pathprotected final java.lang.String path 
 
- 
 - 
Constructor Detail- 
ServletContextAndPathpublic ServletContextAndPath(ServletContext servletContext, java.lang.String path) 
 
- 
 - 
Method Detail- 
getServletContextpublic ServletContext getServletContext() 
 - 
getPathpublic java.lang.String getPath() 
 
- 
 
-