Package org.oa4mp.delegation.server
Class OA2Utilities
- java.lang.Object
-
- org.oa4mp.delegation.server.OA2Utilities
-
public class OA2Utilities extends Object
Created by Jeff Gaynor
on 10/2/13 at 11:58 AM
-
-
Constructor Summary
Constructors Constructor Description OA2Utilities()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getParam(javax.servlet.http.HttpServletRequest req, String key)
static Map
getParameters(javax.servlet.http.HttpServletRequest request)
Returns the parameters from the request as key value pairs.
-