org.apache.catalina.ssi

Class SSIServletExternalResolver.ServletContextAndPath

Enclosing Class:
SSIServletExternalResolver

protected class SSIServletExternalResolver.ServletContextAndPath
extends java.lang.Object

Field Summary

protected String
path
protected ServletContext
servletContext

Constructor Summary

ServletContextAndPath(ServletContext servletContext, String path)

Method Summary

String
getPath()
ServletContext
getServletContext()

Field Details

path

protected String path


servletContext

protected ServletContext servletContext

Constructor Details

ServletContextAndPath

public ServletContextAndPath(ServletContext servletContext,
                             String path)

Method Details

getPath

public String getPath()


getServletContext

public ServletContext getServletContext()


Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.