org.broadleafcommerce.common.web
Class BroadleafTimeZoneResolverImpl
java.lang.Object
org.broadleafcommerce.common.web.BroadleafTimeZoneResolverImpl
- All Implemented Interfaces:
- BroadleafTimeZoneResolver
@Component(value="blTimeZoneResolver")
public class BroadleafTimeZoneResolverImpl
- extends Object
- implements BroadleafTimeZoneResolver
Responsible for returning the timezone to use for the current request.
- Author:
- Priyesh Patel
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TIMEZONE_VAR
public static String TIMEZONE_VAR
- Parameter/Attribute name for the current language
TIMEZONE_CODE_PARAM
public static String TIMEZONE_CODE_PARAM
- Parameter/Attribute name for the current language
BroadleafTimeZoneResolverImpl
public BroadleafTimeZoneResolverImpl()
resolveTimeZone
public TimeZone resolveTimeZone(org.springframework.web.context.request.WebRequest request)
- Specified by:
resolveTimeZone in interface BroadleafTimeZoneResolver
Copyright © 2013. All Rights Reserved.