|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RequestParser
This class provides the interface to be implementated by all request parsers used by the Nimlet Driver.
| Method Summary | |
|---|---|
void |
init(java.util.HashMap settings)
This method is used to initiaze the request parser. |
java.util.HashMap |
parseRequest(javax.servlet.http.HttpServletRequest request)
This method is used to parse the given Http request |
| Method Detail |
|---|
void init(java.util.HashMap settings)
settings - A HashMap with all the parameters used to initialize a given
RequestParser implementation.
java.util.HashMap parseRequest(javax.servlet.http.HttpServletRequest request)
throws java.io.IOException
request - Reference to the HttpServletRequest object from the client.
java.io.IOException - If unable to parse the request
|
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.