Class InsertContentTag

java.lang.Object
jakarta.servlet.jsp.tagext.TagSupport
org.deltava.taglib.BrowserInfoTag
org.deltava.taglib.content.InsertContentTag
All Implemented Interfaces:
jakarta.servlet.jsp.tagext.IterationTag, jakarta.servlet.jsp.tagext.JspTag, jakarta.servlet.jsp.tagext.Tag, Serializable
Direct Known Subclasses:
InsertMinifiedContentTag, InsertRSSTag

abstract class InsertContentTag extends BrowserInfoTag
An abstract class for content insertion JSP tags.
Since:
1.0
Version:
5.3
Author:
Luke
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected String
    The name of the resource to display, without extension.

    Fields inherited from class jakarta.servlet.jsp.tagext.TagSupport

    id, pageContext

    Fields inherited from interface jakarta.servlet.jsp.tagext.IterationTag

    EVAL_BODY_AGAIN

    Fields inherited from interface jakarta.servlet.jsp.tagext.Tag

    EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Update the name of the resource to insert.

    Methods inherited from class BrowserInfoTag

    getBrowserContext, passedCAPTCHA

    Methods inherited from class jakarta.servlet.jsp.tagext.TagSupport

    doAfterBody, doEndTag, doStartTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • _resourceName

      protected String _resourceName
      The name of the resource to display, without extension.
  • Constructor Details

    • InsertContentTag

      InsertContentTag()
  • Method Details

    • setName

      public void setName(String name)
      Update the name of the resource to insert.
      Parameters:
      name - the name of the resource, without extension