Tag library validation report

Tag library validation report automatically generated by the Maven taglib plugin

This report contains a basic validation of tag handler classes for the following tag libraries:

Magnolia Templating CMS Tag Support cms.tld

<cms:area>

found loadable extends TagSupport/TagExtraInfo class
success success success info.magnolia.templating.jsp.cms.AreaTag
- attribute name tld declares tag declares
warning area
Attribute type different from String and not declared in tld.
Object
success components String
warning content
Attribute type different from String and not declared in tld.
Object
warning contextAttributes
Attribute type different from String and not declared in tld.
Object
warning createAreaNode
Attribute type different from String and not declared in tld.
Boolean
success dialog String
warning editable
Attribute type different from String and not declared in tld.
Boolean
success name String
success path String
success type String
success uuid String
success workspace String

<cms:component>

found loadable extends TagSupport/TagExtraInfo class
success success success info.magnolia.templating.jsp.cms.ComponentTag
- attribute name tld declares tag declares
warning content
Attribute type different from String and not declared in tld.
Object
warning contextAttributes
Attribute type different from String and not declared in tld.
Object
success dialog String
warning editable
Attribute type different from String and not declared in tld.
Boolean
success path String
success uuid String
success workspace String

<cms:init>

found loadable extends TagSupport/TagExtraInfo class
success success success info.magnolia.templating.jsp.cms.InitTag
- attribute name tld declares tag declares
warning content
Attribute type different from String and not declared in tld.
Object
success dialog String
success path String
success uuid String
success workspace String

Magnolia Templating Functions Tag Support cmsfn.tld

EL functions

validated function class signature
success cmsfn:ancestors() info.magnolia.templating.jsp.cmsfn.JspTemplatingFunction java.util.List ancestors(info.magnolia.jcr.util.ContentMap, java.lang.String)
success cmsfn:asContentMap() info.magnolia.templating.jsp.cmsfn.JspTemplatingFunction info.magnolia.jcr.util.ContentMap asContentMap(javax.jcr.Node)
success cmsfn:asContentMapList() info.magnolia.templating.jsp.cmsfn.JspTemplatingFunction java.util.List asContentMapList(java.util.Collection)
success cmsfn:asJCRNode() info.magnolia.templating.jsp.cmsfn.JspTemplatingFunction javax.jcr.Node asJCRNode(info.magnolia.jcr.util.ContentMap)
success cmsfn:asNodeList() info.magnolia.templating.jsp.cmsfn.JspTemplatingFunction java.util.List asNodeList(java.util.Collection)
success cmsfn:children() info.magnolia.templating.jsp.cmsfn.JspTemplatingFunction java.util.List children(info.magnolia.jcr.util.ContentMap, java.lang.String)
success cmsfn:content() info.magnolia.templating.jsp.cmsfn.JspTemplatingFunction javax.jcr.Node content(java.lang.String, java.lang.String)
success cmsfn:contentByIdentifier() info.magnolia.templating.jsp.cmsfn.JspTemplatingFunction javax.jcr.Node contentByIdentifier(java.lang.String, java.lang.String)
success cmsfn:createHtmlAttribute() info.magnolia.templating.jsp.cmsfn.JspTemplatingFunction java.lang.String createHtmlAttribute(java.lang.String, java.lang.String)
success cmsfn:decode() info.magnolia.templating.jsp.cmsfn.JspTemplatingFunction info.magnolia.jcr.util.ContentMap decode(info.magnolia.jcr.util.ContentMap)
success cmsfn:externalLink() info.magnolia.templating.jsp.cmsfn.JspTemplatingFunction java.lang.String externalLink(info.magnolia.jcr.util.ContentMap, java.lang.String)
success cmsfn:externalLinkTitle() info.magnolia.templating.jsp.cmsfn.JspTemplatingFunction java.lang.String externalLinkTitle(info.magnolia.jcr.util.ContentMap, java.lang.String, java.lang.String)
success cmsfn:inherit() info.magnolia.templating.jsp.cmsfn.JspTemplatingFunction info.magnolia.jcr.util.ContentMap inherit(info.magnolia.jcr.util.ContentMap, java.lang.String)
success cmsfn:inheritList() info.magnolia.templating.jsp.cmsfn.JspTemplatingFunction java.util.List inheritList(info.magnolia.jcr.util.ContentMap, java.lang.String)
success cmsfn:inheritProperty() info.magnolia.templating.jsp.cmsfn.JspTemplatingFunction javax.jcr.Property inheritProperty(info.magnolia.jcr.util.ContentMap, java.lang.String)
success cmsfn:isAuthorInstance() info.magnolia.templating.jsp.cmsfn.JspTemplatingFunction boolean isAuthorInstance()
success cmsfn:isEditMode() info.magnolia.templating.jsp.cmsfn.JspTemplatingFunction boolean isEditMode()
success cmsfn:isFromCurrentPage() info.magnolia.templating.jsp.cmsfn.JspTemplatingFunction boolean isFromCurrentPage(info.magnolia.jcr.util.ContentMap)
success cmsfn:isInherited() info.magnolia.templating.jsp.cmsfn.JspTemplatingFunction boolean isInherited(info.magnolia.jcr.util.ContentMap)
success cmsfn:isPreviewMode() info.magnolia.templating.jsp.cmsfn.JspTemplatingFunction boolean isPreviewMode()
success cmsfn:isPublicInstance() info.magnolia.templating.jsp.cmsfn.JspTemplatingFunction boolean isPublicInstance()
success cmsfn:language() info.magnolia.templating.jsp.cmsfn.JspTemplatingFunction java.lang.String language()
success cmsfn:link() info.magnolia.templating.jsp.cmsfn.JspTemplatingFunction java.lang.String link(info.magnolia.jcr.util.ContentMap)
success cmsfn:linkForProperty() info.magnolia.templating.jsp.cmsfn.JspTemplatingFunction java.lang.String linkForProperty(javax.jcr.Property)
success cmsfn:linkForWorkspace() info.magnolia.templating.jsp.cmsfn.JspTemplatingFunction java.lang.String linkForWorkspace(java.lang.String, java.lang.String)
success cmsfn:metaData() info.magnolia.templating.jsp.cmsfn.JspTemplatingFunction java.lang.String metaData(info.magnolia.jcr.util.ContentMap, java.lang.String)
success cmsfn:page() info.magnolia.templating.jsp.cmsfn.JspTemplatingFunction info.magnolia.jcr.util.ContentMap page(info.magnolia.jcr.util.ContentMap)
success cmsfn:parent() info.magnolia.templating.jsp.cmsfn.JspTemplatingFunction info.magnolia.jcr.util.ContentMap parent(info.magnolia.jcr.util.ContentMap, java.lang.String)
success cmsfn:root() info.magnolia.templating.jsp.cmsfn.JspTemplatingFunction info.magnolia.jcr.util.ContentMap root(info.magnolia.jcr.util.ContentMap, java.lang.String)
success cmsfn:search() info.magnolia.templating.jsp.cmsfn.JspTemplatingFunction java.util.Collection search(java.lang.String, java.lang.String, java.lang.String, java.lang.String)
success cmsfn:siblings() info.magnolia.templating.jsp.cmsfn.JspTemplatingFunction info.magnolia.cms.util.SiblingsHelper siblings(info.magnolia.jcr.util.ContentMap)
success cmsfn:simpleSearch() info.magnolia.templating.jsp.cmsfn.JspTemplatingFunction java.util.Collection simpleSearch(java.lang.String, java.lang.String, java.lang.String, java.lang.String)

Magnolia Templating CMS Tag Support cmsUtilTaglib.tld

<cmsUtilTaglib:breadcrumb>

found loadable extends TagSupport/TagExtraInfo class
success success success info.magnolia.templating.jsp.taglib.Breadcrumb

<cmsUtilTaglib:newlines>

found loadable extends TagSupport/TagExtraInfo class
success success success info.magnolia.templating.jsp.taglib.ConvertNewLineTag

<cmsUtilTaglib:poweredBy>

found loadable extends TagSupport/TagExtraInfo class
success success success info.magnolia.templating.jsp.taglib.PoweredByTag

<cmsUtilTaglib:scaleImage>

found loadable extends TagSupport/TagExtraInfo class
success success success info.magnolia.templating.jsp.taglib.ScaleImageTag

<cmsUtilTaglib:searchResultSnippet>

found loadable extends TagSupport/TagExtraInfo class
success success success info.magnolia.templating.jsp.taglib.SearchResultSnippetTag

<cmsUtilTaglib:simpleNavigation>

found loadable extends TagSupport/TagExtraInfo class
success success success info.magnolia.templating.jsp.taglib.SimpleNavigationTag

<cmsUtilTaglib:txt2img>

found loadable extends TagSupport/TagExtraInfo class
success success success info.magnolia.templating.jsp.taglib.TextToImageTag