Liferay 6.1.2-ce-ga3

com.liferay.portal.model.impl
Class PortletAppImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.PortletAppImpl
All Implemented Interfaces:
PortletApp, Serializable

public class PortletAppImpl
extends Object
implements PortletApp

See Also:
Serialized Form

Constructor Summary
PortletAppImpl(String servletContextName)
           
 
Method Summary
 void addEventDefinition(EventDefinition eventDefinition)
           
 void addPortlet(Portlet portlet)
           
 void addPortletFilter(PortletFilter portletFilter)
           
 void addPortletURLListener(PortletURLListener portletURLListener)
           
 void addPublicRenderParameter(PublicRenderParameter publicRenderParameter)
           
 void addPublicRenderParameter(String identifier, QName qName)
           
 void addServletURLPatterns(Set<String> servletURLPatterns)
           
 Map<String,String[]> getContainerRuntimeOptions()
           
 String getContextPath()
           
 Map<String,String> getCustomUserAttributes()
           
 String getDefaultNamespace()
           
 Set<EventDefinition> getEventDefinitions()
           
 PortletFilter getPortletFilter(String filterName)
           
 Set<PortletFilter> getPortletFilters()
           
 List<Portlet> getPortlets()
           
 PortletURLListener getPortletURLListener(String listenerClass)
           
 Set<PortletURLListener> getPortletURLListeners()
           
 PublicRenderParameter getPublicRenderParameter(String identifier)
           
 String getServletContextName()
           
 Set<String> getServletURLPatterns()
           
 SpriteImage getSpriteImage(String fileName)
           
 Set<String> getUserAttributes()
           
 boolean isWARFile()
           
 void setDefaultNamespace(String defaultNamespace)
           
 void setSpriteImages(String spriteFileName, Properties properties)
           
 void setWARFile(boolean warFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletAppImpl

public PortletAppImpl(String servletContextName)
Method Detail

addEventDefinition

public void addEventDefinition(EventDefinition eventDefinition)
Specified by:
addEventDefinition in interface PortletApp

addPortlet

public void addPortlet(Portlet portlet)
Specified by:
addPortlet in interface PortletApp

addPortletFilter

public void addPortletFilter(PortletFilter portletFilter)
Specified by:
addPortletFilter in interface PortletApp

addPortletURLListener

public void addPortletURLListener(PortletURLListener portletURLListener)
Specified by:
addPortletURLListener in interface PortletApp

addPublicRenderParameter

public void addPublicRenderParameter(PublicRenderParameter publicRenderParameter)
Specified by:
addPublicRenderParameter in interface PortletApp

addPublicRenderParameter

public void addPublicRenderParameter(String identifier,
                                     QName qName)
Specified by:
addPublicRenderParameter in interface PortletApp

addServletURLPatterns

public void addServletURLPatterns(Set<String> servletURLPatterns)
Specified by:
addServletURLPatterns in interface PortletApp

getContainerRuntimeOptions

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

getContextPath

public String getContextPath()
Specified by:
getContextPath in interface PortletApp

getCustomUserAttributes

public Map<String,String> getCustomUserAttributes()
Specified by:
getCustomUserAttributes in interface PortletApp

getDefaultNamespace

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

getEventDefinitions

public Set<EventDefinition> getEventDefinitions()
Specified by:
getEventDefinitions in interface PortletApp

getPortletFilter

public PortletFilter getPortletFilter(String filterName)
Specified by:
getPortletFilter in interface PortletApp

getPortletFilters

public Set<PortletFilter> getPortletFilters()
Specified by:
getPortletFilters in interface PortletApp

getPortlets

public List<Portlet> getPortlets()
Specified by:
getPortlets in interface PortletApp

getPortletURLListener

public PortletURLListener getPortletURLListener(String listenerClass)
Specified by:
getPortletURLListener in interface PortletApp

getPortletURLListeners

public Set<PortletURLListener> getPortletURLListeners()
Specified by:
getPortletURLListeners in interface PortletApp

getPublicRenderParameter

public PublicRenderParameter getPublicRenderParameter(String identifier)
Specified by:
getPublicRenderParameter in interface PortletApp

getServletContextName

public String getServletContextName()
Specified by:
getServletContextName in interface PortletApp

getServletURLPatterns

public Set<String> getServletURLPatterns()
Specified by:
getServletURLPatterns in interface PortletApp

getSpriteImage

public SpriteImage getSpriteImage(String fileName)
Specified by:
getSpriteImage in interface PortletApp

getUserAttributes

public Set<String> getUserAttributes()
Specified by:
getUserAttributes in interface PortletApp

isWARFile

public boolean isWARFile()
Specified by:
isWARFile in interface PortletApp

setDefaultNamespace

public void setDefaultNamespace(String defaultNamespace)
Specified by:
setDefaultNamespace in interface PortletApp

setSpriteImages

public void setSpriteImages(String spriteFileName,
                            Properties properties)
Specified by:
setSpriteImages in interface PortletApp

setWARFile

public void setWARFile(boolean warFile)
Specified by:
setWARFile in interface PortletApp

Liferay 6.1.2-ce-ga3