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 Summary
ConstructorsConstructorDescriptionGroovyPortlet(de.uplanet.lucy.server.portlet.velocity.IVelocityPortlet p_portlet) -
Method Summary
Modifier and TypeMethodDescriptiongetDescription(String p_lang) getDescriptionWithFallback(String p_fallbackLang) getId()de.uplanet.lucy.server.hop.IVCLinkInfogetTitleWithFallback(String p_fallbackLang) de.uplanet.lucy.server.portlet.velocity.IVelocityPortletbooleanboolean
-
Constructor Details
-
GroovyPortlet
public GroovyPortlet(de.uplanet.lucy.server.portlet.velocity.IVelocityPortlet p_portlet)
-
-
Method Details
-
getId
- Specified by:
getIdin interfacede.uplanet.lucy.server.portlet.groovy.IGroovyPortlet
-
isApplicationPortlet
public boolean isApplicationPortlet()- Specified by:
isApplicationPortletin interfacede.uplanet.lucy.server.portlet.groovy.IGroovyPortlet
-
getAppGuid
- Specified by:
getAppGuidin interfacede.uplanet.lucy.server.portlet.groovy.IGroovyPortlet
-
getPageGuid
- Specified by:
getPageGuidin interfacede.uplanet.lucy.server.portlet.groovy.IGroovyPortlet
-
getTitle
- Specified by:
getTitlein interfacede.uplanet.lucy.server.portlet.groovy.IGroovyPortlet
-
getDescription
- Specified by:
getDescriptionin interfacede.uplanet.lucy.server.portlet.groovy.IGroovyPortlet
-
getTitleWithFallback
- Specified by:
getTitleWithFallbackin interfacede.uplanet.lucy.server.portlet.groovy.IGroovyPortlet
-
getDescriptionWithFallback
- Specified by:
getDescriptionWithFallbackin interfacede.uplanet.lucy.server.portlet.groovy.IGroovyPortlet
-
isMandatory
public boolean isMandatory()- Specified by:
isMandatoryin interfacede.uplanet.lucy.server.portlet.groovy.IGroovyPortlet
-
getProperties
- Specified by:
getPropertiesin interfacede.uplanet.lucy.server.portlet.groovy.IGroovyPortlet
-
get
- Specified by:
getin interfacede.uplanet.lucy.server.portlet.groovy.IGroovyPortlet
-
get
- Specified by:
getin interfacede.uplanet.lucy.server.portlet.groovy.IGroovyPortlet
-
getWrappedPortlet
public de.uplanet.lucy.server.portlet.velocity.IVelocityPortlet getWrappedPortlet()- Specified by:
getWrappedPortletin interfacede.uplanet.lucy.server.portlet.groovy.IInternalGroovyPortlet
-
getLinkInfo
public de.uplanet.lucy.server.hop.IVCLinkInfo getLinkInfo()- Specified by:
getLinkInfoin interfacede.uplanet.lucy.server.portlet.groovy.IGroovyPortlet
-