org.apache.catalina.ssi

Class SSIServletExternalResolver.ServletContextAndPath

protected class SSIServletExternalResolver.ServletContextAndPath extends Object

Field Summary
protected Stringpath
protected ServletContextservletContext
Constructor Summary
ServletContextAndPath(ServletContext servletContext, String path)
Method Summary
StringgetPath()
ServletContextgetServletContext()

Field Detail

path

protected String path

servletContext

protected ServletContext servletContext

Constructor Detail

ServletContextAndPath

public ServletContextAndPath(ServletContext servletContext, String path)

Method Detail

getPath

public String getPath()

getServletContext

public ServletContext getServletContext()
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.