|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.nitido.nimbox.http.RegularRequestParser
public class RegularRequestParser
This class is used to interpret regular HTTP requests, that is
request whose content type are not
multipart/form-data
. This includes all GET requests
and all POST request that do not include files to upload.
Constructor Summary | |
---|---|
RegularRequestParser()
Default class constructor |
Method Summary | |
---|---|
void |
init(java.util.HashMap settings)
This method is used to initialize the parser. |
java.util.HashMap |
parseRequest(javax.servlet.http.HttpServletRequest request)
This method is used to parsed the given Http request and returns a HashMap with all the parameters included in the request. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RegularRequestParser()
Method Detail |
---|
public void init(java.util.HashMap settings)
init
in interface RequestParser
settings
- No parameters are required.public java.util.HashMap parseRequest(javax.servlet.http.HttpServletRequest request) throws java.io.IOException
parseRequest
in interface RequestParser
request
- Reference to the request from the client.
java.io.IOException
- This exception is never thrown by this class implementation.
|
Nitido NiM 2.5 Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1999-2009 Nitido Inc. Proprietary and Confidential. All Rights Reserved.