public class SKDServlet
extends javax.servlet.http.HttpServlet
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SKDMODELMAP |
| Constructor and Description |
|---|
SKDServlet() |
| Modifier and Type | Method and Description |
|---|---|
SKDAppServiceBeanRemote |
getSKDAppServiceBean(javax.servlet.http.HttpSession session)
REturns the remote reference to the service bean
|
void |
init(javax.servlet.ServletConfig config) |
static void |
writeGZipObject(java.lang.Object o,
java.io.OutputStream os)
Writes the object to a compresses stream.
|
public static final java.lang.String SKDMODELMAP
public void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class javax.servlet.GenericServletjavax.servlet.ServletExceptionpublic static void writeGZipObject(java.lang.Object o,
java.io.OutputStream os)
throws java.io.IOException
o - os - java.io.IOExceptionpublic SKDAppServiceBeanRemote getSKDAppServiceBean(javax.servlet.http.HttpSession session)
session - HttpSession