org.springframework.web.portlet.handler
Class SimplePortletPostProcessor.DelegatingPortletConfig

java.lang.Object
  extended by org.springframework.web.portlet.handler.SimplePortletPostProcessor.DelegatingPortletConfig
Enclosing class:
SimplePortletPostProcessor

private static class SimplePortletPostProcessor.DelegatingPortletConfig
extends java.lang.Object

Internal implementation of the PortletConfig interface, to be passed to the wrapped servlet.


Field Summary
private  PortletConfig portletConfig
           
private  PortletContext portletContext
           
private  java.lang.String portletName
           
 
Constructor Summary
SimplePortletPostProcessor.DelegatingPortletConfig(java.lang.String portletName, PortletContext portletContext, PortletConfig portletConfig)
           
 
Method Summary
 java.util.Map<java.lang.String,java.lang.String[]> getContainerRuntimeOptions()
           
 java.lang.String getDefaultNamespace()
           
 java.lang.String getInitParameter(java.lang.String paramName)
           
 java.util.Enumeration<java.lang.String> getInitParameterNames()
           
 PortletContext getPortletContext()
           
 java.lang.String getPortletName()
           
 java.util.Enumeration<javax.xml.namespace.QName> getProcessingEventQNames()
           
 java.util.Enumeration<java.lang.String> getPublicRenderParameterNames()
           
 java.util.Enumeration<javax.xml.namespace.QName> getPublishingEventQNames()
           
 java.util.ResourceBundle getResourceBundle(java.util.Locale locale)
           
 java.util.Enumeration<java.util.Locale> getSupportedLocales()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

portletName

private final java.lang.String portletName

portletContext

private final PortletContext portletContext

portletConfig

private final PortletConfig portletConfig
Constructor Detail

SimplePortletPostProcessor.DelegatingPortletConfig

public SimplePortletPostProcessor.DelegatingPortletConfig(java.lang.String portletName,
                                                          PortletContext portletContext,
                                                          PortletConfig portletConfig)
Method Detail

getPortletName

public java.lang.String getPortletName()

getPortletContext

public PortletContext getPortletContext()

getInitParameter

public java.lang.String getInitParameter(java.lang.String paramName)

getInitParameterNames

public java.util.Enumeration<java.lang.String> getInitParameterNames()

getResourceBundle

public java.util.ResourceBundle getResourceBundle(java.util.Locale locale)

getPublicRenderParameterNames

public java.util.Enumeration<java.lang.String> getPublicRenderParameterNames()

getDefaultNamespace

public java.lang.String getDefaultNamespace()

getPublishingEventQNames

public java.util.Enumeration<javax.xml.namespace.QName> getPublishingEventQNames()

getProcessingEventQNames

public java.util.Enumeration<javax.xml.namespace.QName> getProcessingEventQNames()

getSupportedLocales

public java.util.Enumeration<java.util.Locale> getSupportedLocales()

getContainerRuntimeOptions

public java.util.Map<java.lang.String,java.lang.String[]> getContainerRuntimeOptions()