org.brickred.socialauth.util
Class SocialAuthUtil

java.lang.Object
  extended by org.brickred.socialauth.util.SocialAuthUtil

public class SocialAuthUtil
extends Object


Constructor Summary
SocialAuthUtil()
           
 
Method Summary
static int getMonthInInt(String monthName)
          This method will convert month name to an int value.
static Map<String,String> getRequestParametersMap(javax.servlet.http.HttpServletRequest request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocialAuthUtil

public SocialAuthUtil()
Method Detail

getRequestParametersMap

public static Map<String,String> getRequestParametersMap(javax.servlet.http.HttpServletRequest request)

getMonthInInt

public static int getMonthInInt(String monthName)
This method will convert month name to an int value.

Parameters:
monthName -
Returns:
integer value of month


Copyright © 2013. All Rights Reserved.