com.liferay.faces.bridge.config.internal
Class PortletConfigWrapper

java.lang.Object
  extended by com.liferay.faces.bridge.config.internal.PortletConfigWrapper
All Implemented Interfaces:
javax.faces.FacesWrapper<javax.portlet.PortletConfig>, javax.portlet.PortletConfig

public abstract class PortletConfigWrapper
extends Object
implements javax.portlet.PortletConfig, javax.faces.FacesWrapper<javax.portlet.PortletConfig>

Author:
Neil Griffin

Constructor Summary
PortletConfigWrapper()
           
 
Method Summary
 Map<String,String[]> getContainerRuntimeOptions()
           
 String getDefaultNamespace()
           
 String getInitParameter(String name)
           
 Enumeration<String> getInitParameterNames()
           
 javax.portlet.PortletContext getPortletContext()
           
 String getPortletName()
           
 Enumeration<QName> getProcessingEventQNames()
           
 Enumeration<String> getPublicRenderParameterNames()
           
 Enumeration<QName> getPublishingEventQNames()
           
 ResourceBundle getResourceBundle(Locale locale)
           
 Enumeration<Locale> getSupportedLocales()
           
abstract  javax.portlet.PortletConfig getWrapped()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletConfigWrapper

public PortletConfigWrapper()
Method Detail

getContainerRuntimeOptions

public Map<String,String[]> getContainerRuntimeOptions()
Specified by:
getContainerRuntimeOptions in interface javax.portlet.PortletConfig

getDefaultNamespace

public String getDefaultNamespace()
Specified by:
getDefaultNamespace in interface javax.portlet.PortletConfig

getInitParameter

public String getInitParameter(String name)
Specified by:
getInitParameter in interface javax.portlet.PortletConfig

getInitParameterNames

public Enumeration<String> getInitParameterNames()
Specified by:
getInitParameterNames in interface javax.portlet.PortletConfig

getPortletContext

public javax.portlet.PortletContext getPortletContext()
Specified by:
getPortletContext in interface javax.portlet.PortletConfig

getPortletName

public String getPortletName()
Specified by:
getPortletName in interface javax.portlet.PortletConfig

getProcessingEventQNames

public Enumeration<QName> getProcessingEventQNames()
Specified by:
getProcessingEventQNames in interface javax.portlet.PortletConfig

getPublicRenderParameterNames

public Enumeration<String> getPublicRenderParameterNames()
Specified by:
getPublicRenderParameterNames in interface javax.portlet.PortletConfig

getPublishingEventQNames

public Enumeration<QName> getPublishingEventQNames()
Specified by:
getPublishingEventQNames in interface javax.portlet.PortletConfig

getResourceBundle

public ResourceBundle getResourceBundle(Locale locale)
Specified by:
getResourceBundle in interface javax.portlet.PortletConfig

getSupportedLocales

public Enumeration<Locale> getSupportedLocales()
Specified by:
getSupportedLocales in interface javax.portlet.PortletConfig

getWrapped

public abstract javax.portlet.PortletConfig getWrapped()
Specified by:
getWrapped in interface javax.faces.FacesWrapper<javax.portlet.PortletConfig>


Copyright © 2015 Liferay, Inc.. All rights reserved.