org.broadleafcommerce.common.web
Class BroadleafRequestContext
java.lang.Object
org.broadleafcommerce.common.web.BroadleafRequestContext
public class BroadleafRequestContext
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
javaLocale
public Locale javaLocale
BroadleafRequestContext
public BroadleafRequestContext()
getBroadleafRequestContext
public static BroadleafRequestContext getBroadleafRequestContext()
setBroadleafRequestContext
public static void setBroadleafRequestContext(BroadleafRequestContext broadleafRequestContext)
getRequest
public javax.servlet.http.HttpServletRequest getRequest()
setRequest
public void setRequest(javax.servlet.http.HttpServletRequest request)
getResponse
public javax.servlet.http.HttpServletResponse getResponse()
setResponse
public void setResponse(javax.servlet.http.HttpServletResponse response)
getSite
public Site getSite()
setSite
public void setSite(Site site)
getSandbox
public SandBox getSandbox()
setSandbox
public void setSandbox(SandBox sandbox)
getLocale
public Locale getLocale()
getJavaLocale
public Locale getJavaLocale()
- Returns the java.util.Locale constructed from the org.broadleafcommerce.common.locale.domain.Locale.
- Returns:
setLocale
public void setLocale(Locale locale)
getRequestURIWithoutContext
public String getRequestURIWithoutContext()
isSecure
public boolean isSecure()
isProductionSandbox
public boolean isProductionSandbox()
getTheme
public Theme getTheme()
setTheme
public void setTheme(Theme theme)
Copyright © 2012. All Rights Reserved.