it.eng.spago.base
Class PortletAccess

java.lang.Object
  extended byit.eng.spago.base.PortletAccess

public class PortletAccess
extends java.lang.Object


Constructor Summary
PortletAccess()
           
 
Method Summary
static java.util.Locale getBrowserLocale()
           
static java.util.Locale getPortalLocale()
           
static PortletConfig getPortletConfig()
           
static PortletRequest getPortletRequest()
           
static PortletResponse getPortletResponse()
           
static void setPortletConfig(PortletConfig conf)
           
static void setPortletRequest(PortletRequest req)
           
static void setPortletResponse(PortletResponse resp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletAccess

public PortletAccess()
Method Detail

setPortletRequest

public static void setPortletRequest(PortletRequest req)

setPortletResponse

public static void setPortletResponse(PortletResponse resp)

setPortletConfig

public static void setPortletConfig(PortletConfig conf)

getPortletRequest

public static PortletRequest getPortletRequest()

getPortletResponse

public static PortletResponse getPortletResponse()

getPortletConfig

public static PortletConfig getPortletConfig()

getBrowserLocale

public static java.util.Locale getBrowserLocale()

getPortalLocale

public static java.util.Locale getPortalLocale()