Class PortletContainerImpl

    • Field Detail

      • log

        protected final org.exoplatform.services.log.Log log
        Logger.
      • 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.
      • 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.