| 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 author: David Becker version: $Revision: 531303 $, $Date: 2007-04-23 02:24:01 +0200 (lun., 23 avr. 2007) $ |
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) | | |
|
|