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.PortletConfigpublic javax.portlet.PortletContext getPortletContext()
getPortletContext in interface javax.portlet.PortletConfigpublic java.util.ResourceBundle getResourceBundle(java.util.Locale locale)
getResourceBundle in interface javax.portlet.PortletConfigpublic java.lang.String getInitParameter(java.lang.String name)
getInitParameter in interface javax.portlet.PortletConfigpublic java.util.Enumeration getInitParameterNames()
getInitParameterNames in interface javax.portlet.PortletConfigpublic javax.servlet.ServletConfig getServletConfig()
getServletConfig in interface InternalPortletConfigpublic PortletDefinition getInternalPortletDefinition()
getInternalPortletDefinition in interface InternalPortletConfigCopyright © 2003-2013 . All Rights Reserved.