| javax.servlet.http.HttpServlet org.objectweb.speedo.j2eedo.web.MainServlet
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_GETPM_PARAMETER | final public static String WITH_GETPM_PARAMETER(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.
|
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)
|
|
|