Class GroovyPortlet

java.lang.Object
de.uplanet.lucy.server.portlet.groovy.GroovyPortlet
All Implemented Interfaces:
de.uplanet.lucy.server.portlet.groovy.IGroovyPortlet, de.uplanet.lucy.server.portlet.groovy.IInternalGroovyPortlet

@Scriptable public final class GroovyPortlet extends Object implements de.uplanet.lucy.server.portlet.groovy.IInternalGroovyPortlet
  • Constructor Details

    • GroovyPortlet

      public GroovyPortlet(de.uplanet.lucy.server.portlet.velocity.IVelocityPortlet p_portlet)
  • Method Details

    • getId

      public String getId()
      Specified by:
      getId in interface de.uplanet.lucy.server.portlet.groovy.IGroovyPortlet
    • isApplicationPortlet

      public boolean isApplicationPortlet()
      Specified by:
      isApplicationPortlet in interface de.uplanet.lucy.server.portlet.groovy.IGroovyPortlet
    • getAppGuid

      public String getAppGuid()
      Specified by:
      getAppGuid in interface de.uplanet.lucy.server.portlet.groovy.IGroovyPortlet
    • getPageGuid

      public String getPageGuid()
      Specified by:
      getPageGuid in interface de.uplanet.lucy.server.portlet.groovy.IGroovyPortlet
    • getTitle

      public String getTitle(String p_lang)
      Specified by:
      getTitle in interface de.uplanet.lucy.server.portlet.groovy.IGroovyPortlet
    • getDescription

      public String getDescription(String p_lang)
      Specified by:
      getDescription in interface de.uplanet.lucy.server.portlet.groovy.IGroovyPortlet
    • getTitleWithFallback

      public String getTitleWithFallback(String p_fallbackLang)
      Specified by:
      getTitleWithFallback in interface de.uplanet.lucy.server.portlet.groovy.IGroovyPortlet
    • getDescriptionWithFallback

      public String getDescriptionWithFallback(String p_fallbackLang)
      Specified by:
      getDescriptionWithFallback in interface de.uplanet.lucy.server.portlet.groovy.IGroovyPortlet
    • isMandatory

      public boolean isMandatory()
      Specified by:
      isMandatory in interface de.uplanet.lucy.server.portlet.groovy.IGroovyPortlet
    • getProperties

      public Map<String,Object> getProperties()
      Specified by:
      getProperties in interface de.uplanet.lucy.server.portlet.groovy.IGroovyPortlet
    • get

      public Object get(String p_name)
      Specified by:
      get in interface de.uplanet.lucy.server.portlet.groovy.IGroovyPortlet
    • get

      public Object get(String p_name, Object p_default)
      Specified by:
      get in interface de.uplanet.lucy.server.portlet.groovy.IGroovyPortlet
    • getWrappedPortlet

      public de.uplanet.lucy.server.portlet.velocity.IVelocityPortlet getWrappedPortlet()
      Specified by:
      getWrappedPortlet in interface de.uplanet.lucy.server.portlet.groovy.IInternalGroovyPortlet
    • getLinkInfo

      public de.uplanet.lucy.server.hop.IVCLinkInfo getLinkInfo()
      Specified by:
      getLinkInfo in interface de.uplanet.lucy.server.portlet.groovy.IGroovyPortlet