| Home >> All >> org >> enhydra >> servlet >> [ servlets Javadoc ] |
org.enhydra.servlet.servlets: Javadoc index of package org.enhydra.servlet.servlets.
Package Samples:
org.enhydra.servlet.servlets
Classes:
Path: Utility class to help manipulate paths. Method cleans up multiple '/' or '\' when constructing the object and prevents adding additional '/' or '\' when appending paths. For the purposes of this class a 'UrlPath' is a path with the path separators character of '/', regardless of platform; A 'FilePath' is a path with system dependent path separators characters (UNIX - '/' DOS - '\').
CGIServlet: This Servlet is for the purpose of executing a CGI program that resides on the system. In order to use this servlet in the Multiserver please remember to specify the fully qualified classname org.enhydra.servlet.servlets.CGIServlet in the Classname field and specify the directory of the CGI to run in the DocRoot field.
CgiProcessor: This Servlet is for the purpose of executing a CGI program that resides on the system. In order to use this servlet in the Multiserver please remember to specify the fully qualified classname org.enhydra.servlet.servlets.CGIServlet in the Classname field and specify the directory of the CGI to run in the DocRoot field.
FileServerServlet: This class serves files from HTTP request. Currently only a limited Http GET request will be processed. CGI arguments will not be processed. The initial parameter 'index=something.html' can for the default html page. If this parameter is not set then it will default to "index.html".
JarServerServlet: This class serves files from jar/zip files for HTTP requests. Currently only a limited Http GET request will be processed. CGI arguments will not be processed. The initArg "jarFile" sets the name of the jar or zip file to serve files from.
LutrisSnoopServlet: Snoop servlet. This servlet`echos back the request line, headers and posted content that were sent by the client This servlet has been written using the Sun Snoop Servlet as model
| Home | Contact Us | Privacy Policy | Terms of Service |