|
LEONARDI Application Composer - 8.9.0.40 by W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectleon.view.web.mobile.LyMobileDecodeRequest
leon.view.web.jquery.mobile.LyJQMobileDecoder
public class LyJQMobileDecoder
Constructor Summary | |
---|---|
LyJQMobileDecoder()
Constructeur. |
Method Summary | |
---|---|
boolean |
commandAction(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
S'occupe de traiter les évènements de type command. |
void |
createSession(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Créer une session (et une application si besoin). |
LyDemand |
getDemand(javax.servlet.http.HttpServletRequest request,
LyEnvironment environment)
|
static LyJQMobileDecoder |
getInstance()
Renvoie l'unique instance traitant les requêtes. |
void |
swapSession(java.lang.Object newSession,
java.lang.Object oldSession,
java.lang.String applicationId)
|
void |
upload(java.lang.String controllerId,
java.lang.String frame,
java.lang.String source,
java.lang.String dir,
javax.servlet.http.HttpServletRequest req)
Upload d'un fichier. |
Methods inherited from class leon.view.web.mobile.LyMobileDecodeRequest |
---|
decode, decodeUrl, download, expandUrl, getDemandSelection, getImageUrl, getInfoPlus, getInstance, getParameter, graphicalEvent, home, login, respond |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LyJQMobileDecoder()
Method Detail |
---|
public static LyJQMobileDecoder getInstance()
public void swapSession(java.lang.Object newSession, java.lang.Object oldSession, java.lang.String applicationId)
swapSession
in class LyMobileDecodeRequest
public void createSession(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
LyMobileDecodeRequest
createSession
in class LyMobileDecodeRequest
request
- La requête envoyée par le mobile.response
- La vue XML.public void upload(java.lang.String controllerId, java.lang.String frame, java.lang.String source, java.lang.String dir, javax.servlet.http.HttpServletRequest req) throws java.lang.Exception
LyMobileDecodeRequest
upload
in class LyMobileDecodeRequest
java.lang.Exception
public boolean commandAction(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
LyMobileDecodeRequest
commandAction
in class LyMobileDecodeRequest
request
- La requête envoyée par le mobile.response
- La vue XML.
public LyDemand getDemand(javax.servlet.http.HttpServletRequest request, LyEnvironment environment)
getDemand
in class LyMobileDecodeRequest
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |