|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ejie.r01f.servlet.upload.MultipartParser
Clase que parsea las partes (parts) de una petición multi-part desde un navegador
Constructor Summary | |
MultipartParser(javax.servlet.http.HttpServletRequest req,
int maxSize)
Constructor |
|
MultipartParser(javax.servlet.http.HttpServletRequest req,
int maxSize,
boolean buffer,
boolean limitLength)
Constructor |
|
MultipartParser(javax.servlet.http.HttpServletRequest req,
int maxSize,
boolean buffer,
boolean limitLength,
java.lang.String newEncoding)
Constructor |
Method Summary | |
Part |
readNextPart()
Lee la siguiente parte de la request |
void |
setEncoding(java.lang.String theEnconding)
Establece la codificación a utilizar |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MultipartParser(javax.servlet.http.HttpServletRequest req, int maxSize) throws java.io.IOException
public MultipartParser(javax.servlet.http.HttpServletRequest req, int maxSize, boolean buffer, boolean limitLength) throws java.io.IOException
public MultipartParser(javax.servlet.http.HttpServletRequest req, int maxSize, boolean buffer, boolean limitLength, java.lang.String newEncoding) throws java.io.IOException
Method Detail |
public void setEncoding(java.lang.String theEnconding)
public Part readNextPart() throws java.io.IOException
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |