|
||||||||||
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
public class Processus
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, see on Fichier class
to give the good root where records are done.
Algorithms
,
Palindrome
,
PalindromeListe
,
PalindromeListeListe
,
Sequence
,
SequenceListe
,
Fichier
,
FichierFasta
,
Processus_old
,
Fichier.dir
,
Serialized FormField Summary | |
---|---|
private static long |
serialVersionUID
Deprecated. Servlet serial Number (42). |
Constructor Summary | |
---|---|
Processus()
Deprecated. |
Method Summary | |
---|---|
static java.lang.String |
alignmentRecord(java.lang.String alignment)
Deprecated. Use of FichierFasta |
static java.lang.String |
alignmentRecordTemp(java.lang.String alignment)
Deprecated. Use of FichierFasta |
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... |
static org.apache.commons.fileupload.disk.DiskFileItemFactory |
newDiskFileItemFactory(javax.servlet.ServletContext context,
java.io.File repository)
Deprecated. Use of FichierFasta |
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()
Method Detail |
---|
public void doGet(javax.servlet.http.HttpServletRequest requete, javax.servlet.http.HttpServletResponse reponse)
doGet
in class javax.servlet.http.HttpServlet
doPost(HttpServletRequest, HttpServletResponse)
public void doPost(javax.servlet.http.HttpServletRequest requete, javax.servlet.http.HttpServletResponse reponse)
doPost
in class javax.servlet.http.HttpServlet
requete
- 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
Fichier
,
FichierFasta
public static java.lang.String alignmentRecordTemp(java.lang.String alignment)
alignment
- String
FichierFasta
private static java.lang.String decoupeString(java.lang.String chaineDecoupe)
chaineDecoupe
- (String)
doPost(HttpServletRequest, HttpServletResponse)
public static org.apache.commons.fileupload.disk.DiskFileItemFactory newDiskFileItemFactory(javax.servlet.ServletContext context, java.io.File repository)
context
- (ServletContext)repository
- (File)
FichierFasta
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |