Liferay 6.0.5

com.liferay.portlet
Class PortletConfigImpl

java.lang.Object
  extended by com.liferay.portlet.PortletConfigImpl
All Implemented Interfaces:
LiferayPortletConfig, PortletConfig

public class PortletConfigImpl
extends Object
implements LiferayPortletConfig


Field Summary
 
Fields inherited from interface com.liferay.portal.kernel.portlet.LiferayPortletConfig
RUNTIME_OPTION_ESCAPE_XML, RUNTIME_OPTION_PORTAL_CONTEXT
 
Constructor Summary
PortletConfigImpl(Portlet portlet, PortletContext portletContext)
           
 
Method Summary
 Map<String,String[]> getContainerRuntimeOptions()
           
 String getDefaultNamespace()
           
 String getInitParameter(String name)
           
 Enumeration<String> getInitParameterNames()
           
 Portlet getPortlet()
           
 PortletContext getPortletContext()
           
 String getPortletId()
           
 String getPortletName()
           
 Enumeration<QName> getProcessingEventQNames()
           
 Enumeration<String> getPublicRenderParameterNames()
           
 Enumeration<QName> getPublishingEventQNames()
           
 ResourceBundle getResourceBundle(Locale locale)
           
 Enumeration<Locale> getSupportedLocales()
           
 boolean isWARFile()
           
protected  Set<QName> toJavaxQNames(Set<QName> liferayQNames)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletConfigImpl

public PortletConfigImpl(Portlet portlet,
                         PortletContext portletContext)
Method Detail

getContainerRuntimeOptions

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

getDefaultNamespace

public String getDefaultNamespace()
Specified by:
getDefaultNamespace in interface PortletConfig

getInitParameter

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

getInitParameterNames

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

getPortlet

public Portlet getPortlet()
Specified by:
getPortlet in interface LiferayPortletConfig

getPortletContext

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

getPortletId

public String getPortletId()
Specified by:
getPortletId in interface LiferayPortletConfig

getPortletName

public String getPortletName()
Specified by:
getPortletName in interface PortletConfig

getProcessingEventQNames

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

getPublicRenderParameterNames

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

getPublishingEventQNames

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

getResourceBundle

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

getSupportedLocales

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

isWARFile

public boolean isWARFile()

toJavaxQNames

protected Set<QName> toJavaxQNames(Set<QName> liferayQNames)

Liferay 6.0.5