Class JPortalAddPorletHandler

    • Constructor Detail

      • JPortalAddPorletHandler

        public JPortalAddPorletHandler()
    • Method Detail

      • getPortletSet

        public java.util.Set<PortalElement> getPortletSet()
      • showPortletCreation

        public boolean showPortletCreation()
      • showCreateNewPortletButton

        public boolean showCreateNewPortletButton()
      • getCreateNewPortletButtonLabel

        public java.lang.String getCreateNewPortletButtonLabel()
      • getCreatePortletTitle

        public java.lang.String getCreatePortletTitle()
      • getAvailableSelectedPortletType

        public java.lang.Class getAvailableSelectedPortletType()
      • getCreatePortletThumbnail

        public java.lang.String getCreatePortletThumbnail()
      • getPortalElementTypes

        public java.util.Set<java.lang.Class<? extends PortalElement>> getPortalElementTypes()
      • getPortalElementTypesSettings

        public EnumerateSettings getPortalElementTypesSettings()
      • processAction

        public boolean processAction()
                              throws java.io.IOException
        Description copied from class: JcmsFormHandler
        Method to be implemented to check/validate action to be performed and process them.

        Default implementation is to return false. No need to call super method.

        This method may NOT be invoked at all if security validation are not met.

        You must ensure your handler and JSP can work properly without any code invoked in this method.

        Overrides:
        processAction in class AddJPortalServiceHandler
        Returns:
        false if no redirection is needed, true otherwise
        Throws:
        java.io.IOException - IO Exception
      • getBlockId

        public java.lang.String getBlockId()
      • setBlockId

        public void setBlockId​(java.lang.String blockId)
      • getAvailableOpSelectedPortlet

        public Portlet getAvailableOpSelectedPortlet()
      • setOpSelectPortlet

        public void setOpSelectPortlet​(java.lang.String selectedPortlet)
      • setjPortal

        public void setjPortal​(java.lang.String jPortal)
      • setSelectedPortletType

        public void setSelectedPortletType​(java.lang.String selectedPortletType)
      • getSelectedPortletTypeFullName

        public java.lang.String getSelectedPortletTypeFullName()
      • setSearch

        public void setSearch​(java.lang.String search)