Object
com.liferay.portlet.PortletContextBag
public class PortletContextBag
extends Object
- Author:
- Brian Wing Shun Chan
-
Constructor Summary
Constructors
-
Method Summary
Map<String,com.liferay.portal.kernel.portlet.CustomUserAttributes>
Map<String,jakarta.portlet.filter.PortletFilter>
Map<String,jakarta.portlet.PortletURLGenerationListener>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PortletContextBag
public PortletContextBag(String servletContextName)
-
Method Details
-
getCustomUserAttributes
public Map<String,com.liferay.portal.kernel.portlet.CustomUserAttributes> getCustomUserAttributes()
-
getPortletFilters
public Map<String,jakarta.portlet.filter.PortletFilter> getPortletFilters()
-
getPortletURLListeners
public Map<String,jakarta.portlet.PortletURLGenerationListener> getPortletURLListeners()
-
getServletContextName
public String getServletContextName()