Package helma.servlet
Class EmbeddedServletClient
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
helma.servlet.AbstractServletClient
helma.servlet.EmbeddedServletClient
- All Implemented Interfaces:
Serializable
,javax.servlet.Servlet
,javax.servlet.ServletConfig
Servlet client that runs a Helma application for the embedded
web server
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns theApplicaton
instance the servlet is talking to.void
init
(javax.servlet.ServletConfig init) Init this servlet.Methods inherited from class helma.servlet.AbstractServletClient
getServletInfo, parseParameters, parseParameters, parseUploads, service, writeResponse
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
-
Constructor Details
-
EmbeddedServletClient
public EmbeddedServletClient()Creates a new EmbeddedServletClient object.
-
-
Method Details
-
init
public void init(javax.servlet.ServletConfig init) throws javax.servlet.ServletException Description copied from class:AbstractServletClient
Init this servlet.- Specified by:
init
in interfacejavax.servlet.Servlet
- Overrides:
init
in classAbstractServletClient
- Parameters:
init
- ...- Throws:
javax.servlet.ServletException
- ...
-
getApplication
Returns theApplicaton
instance the servlet is talking to.- Specified by:
getApplication
in classAbstractServletClient
- Returns:
- this servlet's application instance
-