Class PortletConfiguration

  • All Implemented Interfaces:
    java.io.Serializable

    public class PortletConfiguration
    extends java.lang.Object
    implements java.io.Serializable
    Configuration parameters of a portlet.

    Instances of this class are serialized in the personal DisplaySettings of a user. Thus, CHANGES IN THIS CLASS MIGHT LEAD TO A LOST OF PERSONAL SETTINGS

    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      PortletConfiguration​(java.lang.String name)
      Creates a new instance for specified unique portlet name.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PortletConfiguration

        public PortletConfiguration​(java.lang.String name)
        Creates a new instance for specified unique portlet name.
    • Method Detail

      • getName

        public java.lang.String getName()