java.lang.Object
jakarta.servlet.jsp.tagext.SimpleTagSupport
com.semanticcms.changelog.taglib.ReleaseTag
Adds a changelog entry to the current page.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoTag()protected voidprintLinks(CaptureLevel captureLevel, String version, String groupId, String artifactId, String repository, String scmUrl, boolean isSnapshot, String tagName, String id, boolean absolute) Prints the set of links for the release.voidsetArtifactId(ValueExpression artifactId) voidsetDatePublished(ValueExpression datePublished) voidsetGroupId(ValueExpression groupId) voidsetNewsAllowRobots(ValueExpression allowRobots) voidsetProjectName(ValueExpression projectName) voidsetRepository(ValueExpression repository) voidsetScmUrl(ValueExpression scmUrl) voidsetTag(ValueExpression tag) voidsetVersion(ValueExpression version) Methods inherited from class jakarta.servlet.jsp.tagext.SimpleTagSupport
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent
-
Constructor Details
-
ReleaseTag
public ReleaseTag()
-
-
Method Details
-
setProjectName
-
setVersion
-
setDatePublished
-
setGroupId
-
setArtifactId
-
setRepository
-
setTag
-
setScmUrl
-
setNewsAllowRobots
-
printLinks
protected void printLinks(CaptureLevel captureLevel, String version, String groupId, String artifactId, String repository, String scmUrl, boolean isSnapshot, String tagName, String id, boolean absolute) throws IOException, ServletException, SkipPageException Prints the set of links for the release. -
doTag
- Specified by:
doTagin interfaceSimpleTag- Overrides:
doTagin classSimpleTagSupport- Throws:
JspExceptionIOException
-
