Class PortletManager

java.lang.Object
de.uplanet.lucy.server.portlet.PortletManager

@SpringBeanAccessor public final class PortletManager extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static de.uplanet.lucy.server.portlet.IPortletManager
     
    static de.uplanet.lucy.server.portlet.IPortletManager
    getInstance(org.springframework.context.ApplicationContext p_appCtx)
     
    static boolean
     
    static boolean
    isAvailable(org.springframework.context.ApplicationContext p_appCtx)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Method Details

    • isAvailable

      public static boolean isAvailable()
    • isAvailable

      public static boolean isAvailable(org.springframework.context.ApplicationContext p_appCtx)
    • getInstance

      public static de.uplanet.lucy.server.portlet.IPortletManager getInstance()
    • getInstance

      public static de.uplanet.lucy.server.portlet.IPortletManager getInstance(org.springframework.context.ApplicationContext p_appCtx)