| java.lang.Object org.apache.catalina.ssi.SSIServletExternalResolver
SSIServletExternalResolver | public class SSIServletExternalResolver implements SSIExternalResolver(Code) | | An implementation of SSIExternalResolver that is used with servlets.
author: Dan Sandberg version: $Revision: 1.2 $, $Date: 2002/05/26 00:00:55 $ |
Inner Class :protected class ServletContextAndPath | |
debug | protected int debug(Code) | | |
isVirtualWebappRelative | protected boolean isVirtualWebappRelative(Code) | | |
getReqAttributeIgnoreCase | protected Object getReqAttributeIgnoreCase(String targetName)(Code) | | |
getServletContextAndPath | protected ServletContextAndPath getServletContextAndPath(String originalPath, boolean virtual) throws IOException(Code) | | |
getServletContextAndPathFromNonVirtualPath | protected ServletContextAndPath getServletContextAndPathFromNonVirtualPath(String nonVirtualPath) throws IOException(Code) | | |
getServletContextAndPathFromVirtualPath | protected ServletContextAndPath getServletContextAndPathFromVirtualPath(String virtualPath) throws IOException(Code) | | |
isNameReserved | protected boolean isNameReserved(String name)(Code) | | |
|
|