public class WReport
extends javax.servlet.http.HttpServlet
Generic Report servlet. It just put common services into attributes and forward to given JSP that is usually report form.
| Constructor and Description |
|---|
WReport() |
| Modifier and Type | Method and Description |
|---|---|
void |
doGet(javax.servlet.http.HttpServletRequest pReq,
javax.servlet.http.HttpServletResponse pResp) |
String |
getDirJsp()
Geter for dirJsp.
|
org.beigesoft.factory.IFactoryAppBeans |
getFactoryAppBeans()
Geter for factoryAppBeans.
|
void |
init() |
void |
setDirJsp(String pDirJsp)
Setter for dirJsp.
|
void |
setFactoryAppBeans(org.beigesoft.factory.IFactoryAppBeans pFactoryAppBeans)
Setter for factoryAppBeans.
|
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, servicepublic final void init()
throws javax.servlet.ServletException
init in class javax.servlet.GenericServletjavax.servlet.ServletExceptionpublic final void doGet(javax.servlet.http.HttpServletRequest pReq,
javax.servlet.http.HttpServletResponse pResp)
throws javax.servlet.ServletException,
IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionpublic final org.beigesoft.factory.IFactoryAppBeans getFactoryAppBeans()
Geter for factoryAppBeans.
public final void setFactoryAppBeans(org.beigesoft.factory.IFactoryAppBeans pFactoryAppBeans)
Setter for factoryAppBeans.
pFactoryAppBeans - referencepublic final String getDirJsp()
Geter for dirJsp.
public final void setDirJsp(String pDirJsp)
Setter for dirJsp.
pDirJsp - referenceCopyright © 2016–2018. All rights reserved.