Liferay 6.0.5

com.liferay.portlet
Class PortletContextBag

java.lang.Object
  extended by com.liferay.portlet.PortletContextBag

public class PortletContextBag
extends Object


Constructor Summary
PortletContextBag(String servletContextName)
           
 
Method Summary
 Map<String,CustomUserAttributes> getCustomUserAttributes()
           
 Map<String,PortletFilter> getPortletFilters()
           
 Map<String,PortletURLGenerationListener> getPortletURLListeners()
           
 String getServletContextName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletContextBag

public PortletContextBag(String servletContextName)
Method Detail

getServletContextName

public String getServletContextName()

getCustomUserAttributes

public Map<String,CustomUserAttributes> getCustomUserAttributes()

getPortletFilters

public Map<String,PortletFilter> getPortletFilters()

getPortletURLListeners

public Map<String,PortletURLGenerationListener> getPortletURLListeners()

Liferay 6.0.5