com.liferay.portal.model.impl
Class PortletAppImpl
java.lang.Object
com.liferay.portal.model.impl.PortletAppImpl
- All Implemented Interfaces:
- com.liferay.portal.kernel.model.PortletApp, Serializable
public class PortletAppImpl
- extends Object
- implements com.liferay.portal.kernel.model.PortletApp
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletAppImpl
public PortletAppImpl(String servletContextName)
addEventDefinition
public void addEventDefinition(com.liferay.portal.kernel.model.EventDefinition eventDefinition)
- Specified by:
addEventDefinition in interface com.liferay.portal.kernel.model.PortletApp
addPortlet
public void addPortlet(com.liferay.portal.kernel.model.Portlet portlet)
- Specified by:
addPortlet in interface com.liferay.portal.kernel.model.PortletApp
addPortletFilter
public void addPortletFilter(com.liferay.portal.kernel.model.PortletFilter portletFilter)
- Specified by:
addPortletFilter in interface com.liferay.portal.kernel.model.PortletApp
addPortletURLListener
public void addPortletURLListener(com.liferay.portal.kernel.model.PortletURLListener portletURLListener)
- Specified by:
addPortletURLListener in interface com.liferay.portal.kernel.model.PortletApp
addPublicRenderParameter
public void addPublicRenderParameter(com.liferay.portal.kernel.model.PublicRenderParameter publicRenderParameter)
- Specified by:
addPublicRenderParameter in interface com.liferay.portal.kernel.model.PortletApp
addPublicRenderParameter
public void addPublicRenderParameter(String identifier,
com.liferay.portal.kernel.xml.QName qName)
- Specified by:
addPublicRenderParameter in interface com.liferay.portal.kernel.model.PortletApp
addServletURLPatterns
public void addServletURLPatterns(Set<String> servletURLPatterns)
- Specified by:
addServletURLPatterns in interface com.liferay.portal.kernel.model.PortletApp
getContainerRuntimeOptions
public Map<String,String[]> getContainerRuntimeOptions()
- Specified by:
getContainerRuntimeOptions in interface com.liferay.portal.kernel.model.PortletApp
getContextPath
public String getContextPath()
- Specified by:
getContextPath in interface com.liferay.portal.kernel.model.PortletApp
getCustomUserAttributes
public Map<String,String> getCustomUserAttributes()
- Specified by:
getCustomUserAttributes in interface com.liferay.portal.kernel.model.PortletApp
getDefaultNamespace
public String getDefaultNamespace()
- Specified by:
getDefaultNamespace in interface com.liferay.portal.kernel.model.PortletApp
getEventDefinitions
public Set<com.liferay.portal.kernel.model.EventDefinition> getEventDefinitions()
- Specified by:
getEventDefinitions in interface com.liferay.portal.kernel.model.PortletApp
getPortletFilter
public com.liferay.portal.kernel.model.PortletFilter getPortletFilter(String filterName)
- Specified by:
getPortletFilter in interface com.liferay.portal.kernel.model.PortletApp
getPortletFilters
public Set<com.liferay.portal.kernel.model.PortletFilter> getPortletFilters()
- Specified by:
getPortletFilters in interface com.liferay.portal.kernel.model.PortletApp
getPortlets
public List<com.liferay.portal.kernel.model.Portlet> getPortlets()
- Specified by:
getPortlets in interface com.liferay.portal.kernel.model.PortletApp
getPortletURLListener
public com.liferay.portal.kernel.model.PortletURLListener getPortletURLListener(String listenerClass)
- Specified by:
getPortletURLListener in interface com.liferay.portal.kernel.model.PortletApp
getPortletURLListeners
public Set<com.liferay.portal.kernel.model.PortletURLListener> getPortletURLListeners()
- Specified by:
getPortletURLListeners in interface com.liferay.portal.kernel.model.PortletApp
getPublicRenderParameter
public com.liferay.portal.kernel.model.PublicRenderParameter getPublicRenderParameter(String identifier)
- Specified by:
getPublicRenderParameter in interface com.liferay.portal.kernel.model.PortletApp
getServletContext
public javax.servlet.ServletContext getServletContext()
- Specified by:
getServletContext in interface com.liferay.portal.kernel.model.PortletApp
getServletContextName
public String getServletContextName()
- Specified by:
getServletContextName in interface com.liferay.portal.kernel.model.PortletApp
getServletURLPatterns
public Set<String> getServletURLPatterns()
- Specified by:
getServletURLPatterns in interface com.liferay.portal.kernel.model.PortletApp
getSpriteImage
public com.liferay.portal.kernel.model.SpriteImage getSpriteImage(String fileName)
- Specified by:
getSpriteImage in interface com.liferay.portal.kernel.model.PortletApp
getUserAttributes
public Set<String> getUserAttributes()
- Specified by:
getUserAttributes in interface com.liferay.portal.kernel.model.PortletApp
isWARFile
public boolean isWARFile()
- Specified by:
isWARFile in interface com.liferay.portal.kernel.model.PortletApp
removePortlet
public void removePortlet(com.liferay.portal.kernel.model.Portlet portletModel)
- Specified by:
removePortlet in interface com.liferay.portal.kernel.model.PortletApp
setDefaultNamespace
public void setDefaultNamespace(String defaultNamespace)
- Specified by:
setDefaultNamespace in interface com.liferay.portal.kernel.model.PortletApp
setServletContext
public void setServletContext(javax.servlet.ServletContext servletContext)
- Specified by:
setServletContext in interface com.liferay.portal.kernel.model.PortletApp
setSpriteImages
public void setSpriteImages(String spriteFileName,
Properties properties)
- Specified by:
setSpriteImages in interface com.liferay.portal.kernel.model.PortletApp
setWARFile
public void setWARFile(boolean warFile)
- Specified by:
setWARFile in interface com.liferay.portal.kernel.model.PortletApp