Class ActionURLTag

java.lang.Object
jakarta.servlet.jsp.tagext.TagSupport
All Implemented Interfaces:
jakarta.servlet.jsp.tagext.IterationTag, jakarta.servlet.jsp.tagext.JspTag, jakarta.servlet.jsp.tagext.Tag, Serializable

public class ActionURLTag extends GenerateURLTag
The actionURL tag for the JSR 168 Portlet specification. Creates a URL that must point to the current portlet and must trigger an action request with the supplied parameters.
See Also:
  • Field Details

    • typeParameter

      public static String typeParameter
  • Constructor Details

    • ActionURLTag

      public ActionURLTag()
  • Method Details