public class PortletConfigImpl extends java.lang.Object implements javax.portlet.PortletConfig, InternalPortletConfig
Constructor and Description |
---|
PortletConfigImpl(javax.servlet.ServletConfig servletConfig,
javax.portlet.PortletContext portletContext,
PortletDefinition portletDefinition) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getInitParameter(java.lang.String name) |
java.util.Enumeration |
getInitParameterNames() |
PortletDefinition |
getInternalPortletDefinition() |
javax.portlet.PortletContext |
getPortletContext() |
java.lang.String |
getPortletName() |
java.util.ResourceBundle |
getResourceBundle(java.util.Locale locale) |
javax.servlet.ServletConfig |
getServletConfig() |
public PortletConfigImpl(javax.servlet.ServletConfig servletConfig, javax.portlet.PortletContext portletContext, PortletDefinition portletDefinition)
public java.lang.String getPortletName()
getPortletName
in interface javax.portlet.PortletConfig
public javax.portlet.PortletContext getPortletContext()
getPortletContext
in interface javax.portlet.PortletConfig
public java.util.ResourceBundle getResourceBundle(java.util.Locale locale)
getResourceBundle
in interface javax.portlet.PortletConfig
public java.lang.String getInitParameter(java.lang.String name)
getInitParameter
in interface javax.portlet.PortletConfig
public java.util.Enumeration getInitParameterNames()
getInitParameterNames
in interface javax.portlet.PortletConfig
public javax.servlet.ServletConfig getServletConfig()
getServletConfig
in interface InternalPortletConfig
public PortletDefinition getInternalPortletDefinition()
getInternalPortletDefinition
in interface InternalPortletConfig
Copyright © 2003-2013 . All Rights Reserved.