Interface PortletDecorator

All Superinterfaces:
Comparable<PortletDecorator>, Serializable
All Known Implementing Classes:
PortletDecoratorImpl

public interface PortletDecorator extends Comparable<PortletDecorator>, Serializable
Author:
Eduardo GarcĂ­a
  • Field Details

  • Method Details

    • getCssClass

      String getCssClass()
    • getName

      String getName()
    • getPortletDecoratorId

      String getPortletDecoratorId()
    • getPortletDecoratorThumbnailPath

      String getPortletDecoratorThumbnailPath()
    • isDefaultPortletDecorator

      boolean isDefaultPortletDecorator()
    • setCssClass

      void setCssClass(String cssClass)
    • setDefaultPortletDecorator

      void setDefaultPortletDecorator(boolean defaultPortletDecorator)
    • setName

      void setName(String name)
    • setPortletDecoratorThumbnailPath

      void setPortletDecoratorThumbnailPath(String portletDecoratorThumbnailPath)