Class ResourceURL286Tag

All Implemented Interfaces:
jakarta.servlet.jsp.tagext.IterationTag, jakarta.servlet.jsp.tagext.JspTag, jakarta.servlet.jsp.tagext.Tag, Serializable

public class ResourceURL286Tag extends GenerateURL286Tag
See Also:
  • Field Details

    • typeParameter

      public static String typeParameter
  • Constructor Details

    • ResourceURL286Tag

      public ResourceURL286Tag()
  • Method Details

    • getId

      public String getId()
      Overrides:
      getId in class jakarta.servlet.jsp.tagext.TagSupport
    • setId

      public void setId(String id)
      Overrides:
      setId in class jakarta.servlet.jsp.tagext.TagSupport
    • getCacheability

      public String getCacheability()
    • setId

      protected void setId(javax.portlet.ResourceURL resourceURL)
    • setCacheability

      public void setCacheability(javax.portlet.ResourceURL resourceURL)
    • setCacheability

      public void setCacheability(String cacheability)
    • getTypeValue

      protected String getTypeValue()
      Description copied from class: GenerateURLTag
      Get the type - action or render - from the implementing subclass
      Specified by:
      getTypeValue in class GenerateURLTag
      Returns:
      the value for the "type" portal parameter
    • generateURL

      protected javax.portlet.BaseURL generateURL() throws Exception
      Overrides:
      generateURL in class GenerateURL286Tag
      Throws:
      Exception