Class PortletContainerImpl

java.lang.Object
org.gatein.pc.portlet.impl.jsr168.PortletContainerImpl
All Implemented Interfaces:
PortletContainerObject, PortletContainer

public class PortletContainerImpl extends Object implements PortletContainerObject
Version:
$Revision: 6365 $
Author:
Julien Viet
  • Field Details

    • log

      protected final org.exoplatform.services.log.Log log
      Logger.
    • application

      protected PortletApplicationImpl application
      .
    • className

      protected String className
      The portlet implementation class name.
    • config

      protected javax.portlet.PortletConfig config
      The portlet config.
    • portlet

      protected javax.portlet.Portlet portlet
      The portlet instance.
    • valve

      protected final org.gatein.common.concurrent.Valve valve
      The invocation valve.
    • status

      protected LifeCycleStatus status
      Are we started or not.
    • userDataConstraints

      protected Set userDataConstraints
      User data constraint.
    • preferencesValidator

      protected javax.portlet.PreferencesValidator preferencesValidator
      The preference validator, this is not exposed as runtime meta data as it is only used by the JSR 168 portlet container implementation.
  • Constructor Details

  • Method Details