com.liferay.portal.model.impl
Class PortletAppImpl

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

public class PortletAppImpl
extends java.lang.Object
implements com.liferay.portal.model.PortletApp

View Source

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

Constructor Summary
PortletAppImpl(java.lang.String servletContextName)
           
 
Method Summary
 void addEventDefinition(com.liferay.portal.model.EventDefinition eventDefinition)
           
 void addPortletFilter(com.liferay.portal.model.PortletFilter portletFilter)
           
 void addPortletURLListener(com.liferay.portal.model.PortletURLListener portletURLListener)
           
 void addPublicRenderParameter(com.liferay.portal.model.PublicRenderParameter publicRenderParameter)
           
 java.util.Map<java.lang.String,java.lang.String[]> getContainerRuntimeOptions()
           
 java.util.Map<java.lang.String,java.lang.String> getCustomUserAttributes()
           
 java.lang.String getDefaultNamespace()
           
 com.liferay.portal.model.PortletFilter getPortletFilter(java.lang.String filterName)
           
 java.util.Set<com.liferay.portal.model.PortletFilter> getPortletFilters()
           
 com.liferay.portal.model.PortletURLListener getPortletURLListener(java.lang.String listenerClass)
           
 java.util.Set<com.liferay.portal.model.PortletURLListener> getPortletURLListeners()
           
 com.liferay.portal.model.PublicRenderParameter getPublicRenderParameter(java.lang.String identifier)
           
 java.lang.String getServletContextName()
           
 java.util.Set<java.lang.String> getServletURLPatterns()
           
 com.liferay.portal.model.SpriteImage getSpriteImage(java.lang.String fileName)
           
 java.util.Set<java.lang.String> getUserAttributes()
           
 boolean isWARFile()
           
 void setDefaultNamespace(java.lang.String defaultNamespace)
           
 void setSpriteImages(java.lang.String spriteFileName, java.util.Properties properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletAppImpl

public PortletAppImpl(java.lang.String servletContextName)
Method Detail

getServletContextName

public java.lang.String getServletContextName()
Specified by:
getServletContextName in interface com.liferay.portal.model.PortletApp

getServletURLPatterns

public java.util.Set<java.lang.String> getServletURLPatterns()
Specified by:
getServletURLPatterns in interface com.liferay.portal.model.PortletApp

getUserAttributes

public java.util.Set<java.lang.String> getUserAttributes()
Specified by:
getUserAttributes in interface com.liferay.portal.model.PortletApp

getCustomUserAttributes

public java.util.Map<java.lang.String,java.lang.String> getCustomUserAttributes()
Specified by:
getCustomUserAttributes in interface com.liferay.portal.model.PortletApp

addPortletFilter

public void addPortletFilter(com.liferay.portal.model.PortletFilter portletFilter)
Specified by:
addPortletFilter in interface com.liferay.portal.model.PortletApp

getPortletFilter

public com.liferay.portal.model.PortletFilter getPortletFilter(java.lang.String filterName)
Specified by:
getPortletFilter in interface com.liferay.portal.model.PortletApp

getPortletFilters

public java.util.Set<com.liferay.portal.model.PortletFilter> getPortletFilters()
Specified by:
getPortletFilters in interface com.liferay.portal.model.PortletApp

getDefaultNamespace

public java.lang.String getDefaultNamespace()
Specified by:
getDefaultNamespace in interface com.liferay.portal.model.PortletApp

setDefaultNamespace

public void setDefaultNamespace(java.lang.String defaultNamespace)
Specified by:
setDefaultNamespace in interface com.liferay.portal.model.PortletApp

addEventDefinition

public void addEventDefinition(com.liferay.portal.model.EventDefinition eventDefinition)
Specified by:
addEventDefinition in interface com.liferay.portal.model.PortletApp

addPublicRenderParameter

public void addPublicRenderParameter(com.liferay.portal.model.PublicRenderParameter publicRenderParameter)
Specified by:
addPublicRenderParameter in interface com.liferay.portal.model.PortletApp

getPublicRenderParameter

public com.liferay.portal.model.PublicRenderParameter getPublicRenderParameter(java.lang.String identifier)
Specified by:
getPublicRenderParameter in interface com.liferay.portal.model.PortletApp

addPortletURLListener

public void addPortletURLListener(com.liferay.portal.model.PortletURLListener portletURLListener)
Specified by:
addPortletURLListener in interface com.liferay.portal.model.PortletApp

getPortletURLListener

public com.liferay.portal.model.PortletURLListener getPortletURLListener(java.lang.String listenerClass)
Specified by:
getPortletURLListener in interface com.liferay.portal.model.PortletApp

getPortletURLListeners

public java.util.Set<com.liferay.portal.model.PortletURLListener> getPortletURLListeners()
Specified by:
getPortletURLListeners in interface com.liferay.portal.model.PortletApp

getContainerRuntimeOptions

public java.util.Map<java.lang.String,java.lang.String[]> getContainerRuntimeOptions()
Specified by:
getContainerRuntimeOptions in interface com.liferay.portal.model.PortletApp

getSpriteImage

public com.liferay.portal.model.SpriteImage getSpriteImage(java.lang.String fileName)
Specified by:
getSpriteImage in interface com.liferay.portal.model.PortletApp

setSpriteImages

public void setSpriteImages(java.lang.String spriteFileName,
                            java.util.Properties properties)
Specified by:
setSpriteImages in interface com.liferay.portal.model.PortletApp

isWARFile

public boolean isWARFile()
Specified by:
isWARFile in interface com.liferay.portal.model.PortletApp