| |
|
| java.lang.Object de.jwic.util.Compatibility
Compatibility | public class Compatibility (Code) | | Contains methods to handle compatibility issues between the differnet
JDKs and ServletAPIs that may be used for jWic.
author: Florian Lippisch version: $Revision: 1.1 $ |
getParameterMap | public static Map getParameterMap(HttpServletRequest request)(Code) | | request.getParameterMap() is not supported by older ServletAPIs.
the map must be created the old (compatible) way.
|
|
|
|