Class CmsTemplatePluginWrapper

java.lang.Object
org.opencms.jsp.util.CmsTemplatePluginWrapper

public class CmsTemplatePluginWrapper extends Object
Wrapper around template plugin objects for use in JSP EL expressions.
  • Constructor Details

  • Method Details

    • getAttributes

      Gets the plugin attributes.
      Returns:
      the plugin attributes
    • getGroup

      public String getGroup()
      Gets the group of the plugin.
      Returns:
      the group
    • getLink

      public String getLink()
      Gets a link to the plugin target.
      Returns:
      a link to the plugin target
    • getOrder

      public int getOrder()
      Gets the order of the plugin.
      Returns:
      the order of the plugin
    • getPath

      public String getPath()
      Returns the path of the resource, if this is an internal link, and null otherwise.
      Returns:
      the path of the link target
    • getPlugin

      Gets the plugin bean wrapped by this wrapper.
      Returns:
      the wrapped template plugin
    • toString

      public String toString()
      Overrides:
      toString in class Object
      See Also: