org.springframework.web.portlet.handler
Class SimplePortletPostProcessor.DelegatingPortletConfig
java.lang.Object
org.springframework.web.portlet.handler.SimplePortletPostProcessor.DelegatingPortletConfig
- All Implemented Interfaces:
- javax.portlet.PortletConfig
- Enclosing class:
- SimplePortletPostProcessor
private static class SimplePortletPostProcessor.DelegatingPortletConfig
- extends java.lang.Object
- implements javax.portlet.PortletConfig
Internal implementation of the PortletConfig interface, to be passed
to the wrapped servlet.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
portletName
private final java.lang.String portletName
portletContext
private final javax.portlet.PortletContext portletContext
portletConfig
private final javax.portlet.PortletConfig portletConfig
SimplePortletPostProcessor.DelegatingPortletConfig
public SimplePortletPostProcessor.DelegatingPortletConfig(java.lang.String portletName,
javax.portlet.PortletContext portletContext,
javax.portlet.PortletConfig portletConfig)
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
getInitParameter
public java.lang.String getInitParameter(java.lang.String paramName)
- Specified by:
getInitParameter
in interface javax.portlet.PortletConfig
getInitParameterNames
public java.util.Enumeration<java.lang.String> getInitParameterNames()
- Specified by:
getInitParameterNames
in interface javax.portlet.PortletConfig
getResourceBundle
public java.util.ResourceBundle getResourceBundle(java.util.Locale locale)
- Specified by:
getResourceBundle
in interface javax.portlet.PortletConfig
getPublicRenderParameterNames
public java.util.Enumeration<java.lang.String> getPublicRenderParameterNames()
- Specified by:
getPublicRenderParameterNames
in interface javax.portlet.PortletConfig
getDefaultNamespace
public java.lang.String getDefaultNamespace()
- Specified by:
getDefaultNamespace
in interface javax.portlet.PortletConfig
getPublishingEventQNames
public java.util.Enumeration<javax.xml.namespace.QName> getPublishingEventQNames()
- Specified by:
getPublishingEventQNames
in interface javax.portlet.PortletConfig
getProcessingEventQNames
public java.util.Enumeration<javax.xml.namespace.QName> getProcessingEventQNames()
- Specified by:
getProcessingEventQNames
in interface javax.portlet.PortletConfig
getSupportedLocales
public java.util.Enumeration<java.util.Locale> getSupportedLocales()
- Specified by:
getSupportedLocales
in interface javax.portlet.PortletConfig
getContainerRuntimeOptions
public java.util.Map<java.lang.String,java.lang.String[]> getContainerRuntimeOptions()
- Specified by:
getContainerRuntimeOptions
in interface javax.portlet.PortletConfig