org.media.mn8.servlet
Class mn8Runner
java.lang.Object
|
+--javax.servlet.GenericServlet
|
+--javax.servlet.http.HttpServlet
|
+--org.media.mn8.servlet.mn8Runner
- All Implemented Interfaces:
- Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
- public class mn8Runner
- extends javax.servlet.http.HttpServlet
The servlet implementation which will run mn8 scripts or concepts.
from any servlet aware web server (Apache, IIS, ...).
- Version:
- $Revision: 1.4 $ $Date: 2002/06/05 00:19:45 $
- Author:
- Remus Pereni
- See Also:
- Serialized Form
Method Summary |
String |
getServletInfo()
|
void |
init(javax.servlet.ServletConfig config)
|
void |
service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handle the HTTP GET method by building a simple web page. |
Methods inherited from class javax.servlet.http.HttpServlet |
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service |
Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, log, log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mn8Runner
public mn8Runner()
init
public void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
- Specified by:
init
in interface javax.servlet.Servlet
- Overrides:
init
in class javax.servlet.GenericServlet
javax.servlet.ServletException
getServletInfo
public String getServletInfo()
- Specified by:
getServletInfo
in interface javax.servlet.Servlet
- Overrides:
getServletInfo
in class javax.servlet.GenericServlet
service
public void service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
- Handle the HTTP GET method by building a simple web page.
- Overrides:
service
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException
"Copyright © 2000-2002 Internet Multicasting Services, media.org & noLimits Technologies. All Rights Reserved."