|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
controller.Processus_old
public class Processus_old
Main controler ; interaction between modele (algorithms implementation)
and viewing with JSP/web pages.
A «repository» directory is needed on root of
Tomcat server to record submitted alignments.
| Field Summary | |
|---|---|
private static long |
serialVersionUID
Deprecated. Servlet serial Number (42). |
| Constructor Summary | |
|---|---|
Processus_old()
Deprecated. |
|
| Method Summary | |
|---|---|
static java.lang.String |
alignmentRecord(java.lang.String alignment)
Deprecated. Making the recording of alignment in a file. |
static java.lang.String |
alignmentRecordTemp(java.lang.String alignment)
Deprecated. Making the recording of alignment in a file. |
private static java.lang.String |
decoupeString(java.lang.String chaineDecoupe)
Deprecated. This method to cut a String by 80 characters length substring. |
void |
doGet(javax.servlet.http.HttpServletRequest requete,
javax.servlet.http.HttpServletResponse reponse)
Deprecated. To prevent from reload pages of accession without any "normal use". |
void |
doPost(javax.servlet.http.HttpServletRequest requete,
javax.servlet.http.HttpServletResponse reponse)
Deprecated. To obtain data from POST form. |
private static java.lang.String |
getScriptDestination(int numInterface)
Deprecated. To get the page where to go... |
| Methods inherited from class javax.servlet.http.HttpServlet |
|---|
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
| Methods inherited from class javax.servlet.GenericServlet |
|---|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final long serialVersionUID
| Constructor Detail |
|---|
public Processus_old()
| Method Detail |
|---|
public void doGet(javax.servlet.http.HttpServletRequest requete,
javax.servlet.http.HttpServletResponse reponse)
doGet in class javax.servlet.http.HttpServletdoPost(HttpServletRequest, HttpServletResponse)
public void doPost(javax.servlet.http.HttpServletRequest requete,
javax.servlet.http.HttpServletResponse reponse)
doPost in class javax.servlet.http.HttpServletrequete - HttpServletRequestreponse - HttpServletResponseprivate static java.lang.String getScriptDestination(int numInterface)
numInterface - number of the page
public static java.lang.String alignmentRecord(java.lang.String alignment)
alignment - String
alonefichierspublic static java.lang.String alignmentRecordTemp(java.lang.String alignment)
alignment - String
private static java.lang.String decoupeString(java.lang.String chaineDecoupe)
chaineDecoupe - (String)
doPost(HttpServletRequest, HttpServletResponse)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||