org.mmbase.servlet
Class servflash
org.mmbase.servlet.JamesServlet
|
+--org.mmbase.servlet.servflash
- public class servflash
- extends JamesServlet
The Servflas servlet responds on certain file extensions to dynamically generate Shockwave Flash
based on a template and information from within MMBase
$ @version $Id: servflash.java,v 1.6.2.1 2002/03/21 16:37:31 johannes Exp $
|
Method Summary |
void |
init(org.mmbase.servlet.ServletConfig config)
Initializes the servlet. |
void |
reload()
reload |
void |
service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
service call will be called by the server when a request is done
by a user. |
| Methods inherited from class org.mmbase.servlet.JamesServlet |
debug, decRefCount, finalize, getAddress, getAuthorization, getAuthorization, getCookie, getInitParameters, getModule, getParam, getParamVector, getProperties, getProperty, getRequestURL, incRefCount |
servflash
public servflash()
init
public void init(org.mmbase.servlet.ServletConfig config)
throws org.mmbase.servlet.ServletException
- Description copied from class:
JamesServlet
- Initializes the servlet.
- Overrides:
init in class JamesServlet
- Following copied from class:
org.mmbase.servlet.JamesServlet
- Parameters:
config - the servlet configuration
reload
public void reload()
- reload
service
public void service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws org.mmbase.servlet.ServletException,
java.io.IOException
- service call will be called by the server when a request is done
by a user.
MMBase 2002