Class PortletPreferencesImpl

java.lang.Object
org.gatein.pc.portlet.impl.jsr168.api.PortletPreferencesImpl
All Implemented Interfaces:
javax.portlet.PortletPreferences

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

    • log

      protected static final org.exoplatform.services.log.Log log
      The logger.
    • ACTION

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

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

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

      protected final javax.portlet.PreferencesValidator validator
      .
    • containerPrefs

      protected final ContainerPreferencesInfo containerPrefs
      .
    • mode

      protected final int mode
      .
    • updates

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

    • PortletPreferencesImpl

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