Class PortletPreferencesImpl

  • All Implemented Interfaces:
    javax.portlet.PortletPreferences

    public class PortletPreferencesImpl
    extends Object
    implements javax.portlet.PortletPreferences
    Version:
    $Revision: 6757 $
    Author:
    Julien Viet
    • Field Detail

      • log

        protected static final org.gatein.common.logging.Logger log
        The logger.
      • ACTION

        public static final int ACTION
        Indicates the object is used during a action phase.
        See Also:
        Constant Field Values
      • RENDER

        public static final int RENDER
        Indicates the object is used during a render phase.
        See Also:
        Constant Field Values
      • prefs

        protected final org.gatein.pc.api.state.PropertyContext prefs
        .
      • validator

        protected final javax.portlet.PreferencesValidator validator
        .
      • mode

        protected final int mode
        .
      • updates

        protected final Map<String,​org.gatein.pc.api.state.PropertyChange> updates
        Keep track of updates
    • Constructor Detail

      • PortletPreferencesImpl

        public PortletPreferencesImpl​(org.gatein.pc.api.state.PropertyContext prefs,
                                      ContainerPreferencesInfo containerPrefs,
                                      javax.portlet.PreferencesValidator validator,
                                      int mode)