Class GenerateURL286Tag

    • Constructor Detail

      • GenerateURL286Tag

        public GenerateURL286Tag()
    • Method Detail

      • getEscapeXml

        public String getEscapeXml()
      • setEscapeXml

        public void setEscapeXml​(String escapeXml)
      • getCopyCurrentRenderParameters

        public String getCopyCurrentRenderParameters()
      • setCopyCurrentRenderParameters

        public void setCopyCurrentRenderParameters​(String copyCurrentRenderParameters)
      • setCopyCurrentRenderParameters

        protected void setCopyCurrentRenderParameters​(javax.portlet.PortletURL portletURL)
      • removeTagParametersWithEmptyValue

        protected void removeTagParametersWithEmptyValue​(javax.portlet.PortletURL portletURL)
      • isEscapeXml

        protected boolean isEscapeXml()
      • addProperty

        public void addProperty​(String name,
                                String value)
        Add a named property. Cater for multiple properties with the same name by storing them in a list.
        Parameters:
        name -
        value -
      • getBasePortletEnvironmentAndURL

        protected javax.portlet.BaseURL getBasePortletEnvironmentAndURL()
        Description copied from class: GenerateURLTag
        Set up the environment for generating the PortletURL and get the base PortletURL to decorate. Includes setting the "type" parameter from the implementing subclass.
        Overrides:
        getBasePortletEnvironmentAndURL in class GenerateURLTag
        Returns:
        The PortelURL to decorate