Class ResourceURL286Tag

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

public class ResourceURL286Tag extends GenerateURL286Tag
Version:
: 0.1 $
Author:
Boleslaw Dawidowicz
See Also:
  • Field Details

    • typeParameter

      public static String typeParameter
  • Constructor Details

    • ResourceURL286Tag

      public ResourceURL286Tag()
  • Method Details

    • getId

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

      public void setId(String id)
      Overrides:
      setId in class javax.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