org.apache.pluto.core.impl
Class PortletConfigImpl
java.lang.Object
org.apache.pluto.core.impl.PortletConfigImpl
- All Implemented Interfaces:
- javax.portlet.PortletConfig, InternalPortletConfig
public class PortletConfigImpl
- extends java.lang.Object
- implements javax.portlet.PortletConfig, InternalPortletConfig
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletConfigImpl
public PortletConfigImpl(javax.servlet.ServletConfig servletConfig,
javax.portlet.PortletContext portletContext,
PortletDefinition portletDefinition)
getPortletName
public java.lang.String getPortletName()
- Specified by:
getPortletName
in interface javax.portlet.PortletConfig
getPortletContext
public javax.portlet.PortletContext getPortletContext()
- Specified by:
getPortletContext
in interface javax.portlet.PortletConfig
getResourceBundle
public java.util.ResourceBundle getResourceBundle(java.util.Locale locale)
- Specified by:
getResourceBundle
in interface javax.portlet.PortletConfig
getInitParameter
public java.lang.String getInitParameter(java.lang.String name)
- Specified by:
getInitParameter
in interface javax.portlet.PortletConfig
getInitParameterNames
public java.util.Enumeration getInitParameterNames()
- Specified by:
getInitParameterNames
in interface javax.portlet.PortletConfig
getServletConfig
public javax.servlet.ServletConfig getServletConfig()
- Specified by:
getServletConfig
in interface InternalPortletConfig
getInternalPortletDefinition
public PortletDefinition getInternalPortletDefinition()
- Specified by:
getInternalPortletDefinition
in interface InternalPortletConfig
Copyright © 2003-2011 . All Rights Reserved.