org.springframework.web.portlet.mvc
Class PortletWrappingController.DelegatingPortletConfig

java.lang.Object
  extended by org.springframework.web.portlet.mvc.PortletWrappingController.DelegatingPortletConfig
All Implemented Interfaces:
PortletConfig
Enclosing class:
PortletWrappingController

private class PortletWrappingController.DelegatingPortletConfig
extends java.lang.Object
implements PortletConfig

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

Delegates to PortletWrappingController fields and methods to provide init parameters and other environment info.


Constructor Summary
private PortletWrappingController.DelegatingPortletConfig()
           
 
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
 

Constructor Detail

PortletWrappingController.DelegatingPortletConfig

private PortletWrappingController.DelegatingPortletConfig()
Method Detail

getPortletName

public java.lang.String getPortletName()
Specified by:
getPortletName in interface PortletConfig

getPortletContext

public PortletContext getPortletContext()
Specified by:
getPortletContext in interface PortletConfig

getInitParameter

public java.lang.String getInitParameter(java.lang.String paramName)
Specified by:
getInitParameter in interface PortletConfig

getInitParameterNames

public java.util.Enumeration<java.lang.String> getInitParameterNames()
Specified by:
getInitParameterNames in interface PortletConfig

getResourceBundle

public java.util.ResourceBundle getResourceBundle(java.util.Locale locale)
Specified by:
getResourceBundle in interface PortletConfig

getPublicRenderParameterNames

public java.util.Enumeration<java.lang.String> getPublicRenderParameterNames()
Specified by:
getPublicRenderParameterNames in interface PortletConfig

getDefaultNamespace

public java.lang.String getDefaultNamespace()
Specified by:
getDefaultNamespace in interface PortletConfig

getPublishingEventQNames

public java.util.Enumeration<javax.xml.namespace.QName> getPublishingEventQNames()
Specified by:
getPublishingEventQNames in interface PortletConfig

getProcessingEventQNames

public java.util.Enumeration<javax.xml.namespace.QName> getProcessingEventQNames()
Specified by:
getProcessingEventQNames in interface PortletConfig

getSupportedLocales

public java.util.Enumeration<java.util.Locale> getSupportedLocales()
Specified by:
getSupportedLocales in interface PortletConfig

getContainerRuntimeOptions

public java.util.Map<java.lang.String,java.lang.String[]> getContainerRuntimeOptions()
Specified by:
getContainerRuntimeOptions in interface PortletConfig