| javax.servlet.http.HttpServlet org.objectweb.speedo.j2eedo.web.ApplicationServlet
ApplicationServlet | public class ApplicationServlet extends HttpServlet (Code) | | is an extended of the former servlet MainServlet. This class implements the
two methods used to execute the resquest through a Session Bean or directly
from the
org.objectweb.speedo.j2eedo.bo.DatabaseImpl DataBaseImpl class.
author: fmillevi@yahoo.com |
JDOTX | final public static String JDOTX(Code) | | The constant WITH_GETPM_PARAMETER is used
to retrive the HTTP request parameter "withGetPM" used by the servlet
to know if the persistence manager must be get by the servelt.
|
LOCAL_SESSION_BEAN_PARAMETER | final public static String LOCAL_SESSION_BEAN_PARAMETER(Code) | | |
TYPE_CONTAINER_PARAMETER | final public static String TYPE_CONTAINER_PARAMETER(Code) | | The constant TYPE_CONTAINER_PARAMETER is used
to retrive the HTTP request parameter "container" used by the servlet
to know if the action must be done through a Session Bean Container.
|
WITH_TRANSACTION_PARAMETER | final public static String WITH_TRANSACTION_PARAMETER(Code) | | The constant WITHOUT_TRANSACTION_PARAMETER is used
to retrive the HTTP request parameter "withoutTrans" used by the servlet
to know if a transaction must be start at the servlet level.
|
logger | protected static Logger logger(Code) | | |
persistenceManagerFactory | protected PersistenceManagerFactory persistenceManagerFactory(Code) | | |
Methods inherited from javax.servlet.http.HttpServlet | protected void doDelete(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doHead(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doOptions(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPut(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doTrace(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected long getLastModified(HttpServletRequest req)(Code)(Java Doc) protected void service(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) public void service(ServletRequest req, ServletResponse res) throws ServletException, IOException(Code)(Java Doc)
|
|
|