com.liferay.portal.model.impl
Class PortletAppImpl
java.lang.Object
com.liferay.portal.model.impl.PortletAppImpl
- All Implemented Interfaces:
- PortletApp, Serializable
public class PortletAppImpl
- extends Object
- implements 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(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
getServletContext
public javax.servlet.ServletContext getServletContext()
- Specified by:
getServletContext 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
removePortlet
public void removePortlet(Portlet portletModel)
- Specified by:
removePortlet in interface PortletApp
setDefaultNamespace
public void setDefaultNamespace(String defaultNamespace)
- Specified by:
setDefaultNamespace in interface PortletApp
setServletContext
public void setServletContext(javax.servlet.ServletContext servletContext)
- Specified by:
setServletContext 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