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:

Menu Tree Tag menuTree.tld

<menuTree:head>

found loadable extends TagSupport/TagExtraInfo class
success success success com.silverpeas.treeMenu.taglib.TreeMenuHtmlHeadTag
- attribute name tld declares tag declares
success contextName String
warning displayCssFile
Attribute type different from String and not declared in tld.
-
warning displayIconsStyles
Attribute type different from String and not declared in tld.
-
warning displayJavascriptFile
Attribute type different from String and not declared in tld.
-

Context Menu contextMenu.tld

<menu:simpleDocument>

found loadable extends TagSupport/TagExtraInfo class
success success success org.silverpeas.attachment.tag.SimpleDocumentContextualMenu
- attribute name tld declares tag declares
success attachment -
error showMenuNotif
Error in attribute type: tld declares [java.lang.Boolean], class declares [boolean]
Boolean -
error useContextualMenu
Error in attribute type: tld declares [java.lang.Boolean], class declares [boolean]
Boolean -
error useWebDAV
Error in attribute type: tld declares [java.lang.Boolean], class declares [boolean]
Boolean -
error useXMLForm
Error in attribute type: tld declares [java.lang.Boolean], class declares [boolean]
Boolean -

Silverpeas Functions silverFunctions.tld

EL functions

validated function class signature
error silfn:applicationURL() com.stratelia.silverpeas.peasCore.URLManager java.lang.String getApplicationURL()
success silfn:attachmentImages() org.silverpeas.wysiwyg.control.WysiwygController java.util.List getImages(java.lang.String, java.lang.String)
success silfn:booleanValue() com.silverpeas.util.StringUtil boolean getBooleanValue( java.lang.String )
success silfn:buildHtmlListDynamicValue() com.silverpeas.wysiwyg.dynamicvalue.control.DynamicValueReplacement java.lang.String buildHTMLSelect(java.lang.String, java.lang.String, java.lang.String)
success silfn:capitalize() org.apache.commons.lang3.StringUtils java.lang.String capitalize(java.lang.String)
error silfn:componentURL() com.stratelia.silverpeas.peasCore.URLManager java.lang.String getComponentInstanceURL(java.lang.String)
success silfn:componentsFileStorage() org.silverpeas.wysiwyg.control.WysiwygController java.util.List getStorageFile()
success silfn:componentsImageStorage() org.silverpeas.wysiwyg.control.WysiwygController java.util.List getGalleries()
success silfn:constantValue() org.silverpeas.jstl.constant.reflect.ClassConstantInspector java.lang.Object getValue( java.lang.String )
error silfn:countTotalNumberOfPagesOfPagination() com.stratelia.webactiv.util.viewGenerator.html.pagination.PaginationUtil int countTotalNumberOfPages(int,int)
success silfn:defaultEmptyString() com.silverpeas.util.StringUtil java.lang.String defaultStringIfNotDefined(java.lang.String)
success silfn:defaultString() com.silverpeas.util.StringUtil java.lang.String defaultStringIfNotDefined(java.lang.String,java.lang.String))
success silfn:escapeHtml() com.silverpeas.util.EncodeHelper java.lang.String javaStringToHtmlString( java.lang.String )
success silfn:escapeHtmlWhitespaces() com.silverpeas.util.EncodeHelper java.lang.String convertWhiteSpacesForHTMLDisplay( java.lang.String )
success silfn:escapeJs() com.silverpeas.util.EncodeHelper java.lang.String javaStringToJsString( java.lang.String )
error silfn:estimateDownload() com.stratelia.webactiv.util.FileRepositoryManager java.lang.String getFileDownloadTime( long )
success silfn:formatDate() com.stratelia.webactiv.util.DateUtil java.lang.String getOutputDate(java.util.Date,java.lang.String)
success silfn:formatDateAndHour() com.stratelia.webactiv.util.DateUtil java.lang.String getOutputDateAndHour(java.util.Date,java.lang.String)
error silfn:formatMemSize() org.silverpeas.util.UnitUtil java.lang.String formatMemSize(long)
error silfn:formatPaginationFromCurrentPageIndex() com.stratelia.webactiv.util.viewGenerator.html.pagination.PaginationUtil java.lang.String formatFromCurrentPageIndex(int,int,int)
error silfn:formatPaginationFromFirstIndexOfItem() com.stratelia.webactiv.util.viewGenerator.html.pagination.PaginationUtil java.lang.String formatFromFirstIndexOfItem(int,int,int)
success silfn:formatStringDate() com.stratelia.webactiv.util.DateUtil java.lang.String getOutputDate(java.lang.String,java.lang.String)
success silfn:formatStringDateAndHour() com.stratelia.webactiv.util.DateUtil java.lang.String getOutputDateAndHour(java.lang.String,java.lang.String)
error silfn:fullApplicationURL() com.stratelia.silverpeas.peasCore.URLManager java.lang.String getFullApplicationURL(javax.servlet.http.HttpServletRequest)()
success silfn:getGreatestRoleOfCurrentUserOn() com.stratelia.webactiv.SilverpeasRole com.stratelia.webactiv.SilverpeasRole getGreatestOfCurrentUserOn(java.lang.String)
error silfn:getMemData() org.silverpeas.util.UnitUtil org.silverpeas.util.memory.MemoryData getMemData(long)
success silfn:getMemorySizeConvertedTo() org.silverpeas.util.UnitUtil java.math.BigDecimal convertAndRoundTo(org.silverpeas.util.memory.MemoryData,org.silverpeas.util.memory.MemoryUnit)
error silfn:getTimeData() org.silverpeas.util.UnitUtil org.silverpeas.util.time.TimeData getTimeData(long)
error silfn:humanReadableSize() org.silverpeas.util.UnitUtil java.lang.String formatMemSize(long)
error silfn:i18nLanguageLabel() com.silverpeas.util.i18n.I18NHelper java.lang.String getLanguageLabel( java.lang.String, java.lang.String)
success silfn:isDefined() com.silverpeas.util.StringUtil boolean isDefined( java.lang.String )
success silfn:isDynamicValueActivate() com.silverpeas.wysiwyg.dynamicvalue.control.DynamicValueReplacement boolean isActivate()
error silfn:isI18n() com.silverpeas.util.i18n.I18NHelper boolean isI18nContentEnabled()
success silfn:isNotDefined() com.silverpeas.util.StringUtil boolean isNotDefined( java.lang.String )
success silfn:isPreviewable() org.silverpeas.viewer.ViewerFactory boolean isPreviewable( java.lang.String )
success silfn:isViewable() org.silverpeas.viewer.ViewerFactory boolean isViewable( java.lang.String )
success silfn:mimeType() com.silverpeas.util.FileUtil java.lang.String getMimeType( java.lang.String )
success silfn:regexReplace() com.silverpeas.util.StringUtil java.lang.String regexReplace(java.lang.String,java.lang.String,java.lang.String)
error silfn:repeat() org.apache.commons.lang3.StringUtils java.lang.String repeat(java.lang.String,int)
success silfn:split() org.apache.commons.lang3.StringUtils java.lang.String[] split(java.lang.String,java.lang.String)
success silfn:splitOnWhitespace() org.apache.commons.lang3.StringUtils java.lang.String[] split(java.lang.String)
error silfn:truncate() com.silverpeas.util.StringUtil java.lang.String truncate(java.lang.String,int)
success silfn:webSiteImages() org.silverpeas.wysiwyg.control.WysiwygController java.lang.String[][] getWebsiteImages(java.lang.String, java.lang.String)

View Generator viewGenerator.tld

<view:a>

found loadable extends TagSupport/TagExtraInfo class
success success success com.stratelia.webactiv.util.viewGenerator.html.override.ATag
- attribute name tld declares tag declares
success classes String String
success href String String
success id String String
success name String String
success onClick String String
success style String String

<view:applyTemplate>

found loadable extends TagSupport/TagExtraInfo class
success success success com.stratelia.webactiv.util.viewGenerator.html.template.StringTemplateTag
- attribute name tld declares tag declares
success locationBase String String
success name String String

<view:areaOfOperationOfCreation>

found loadable extends TagSupport/TagExtraInfo class
success success success com.stratelia.webactiv.util.viewGenerator.html.operationPanes.OperationsOfCreationAreaTag

<view:arrayCellText>

found loadable extends TagSupport/TagExtraInfo class
success success success com.stratelia.webactiv.util.viewGenerator.html.arrayPanes.ArrayCellTextTag
- attribute name tld declares tag declares
success text String String

<view:arrayColumn>

found loadable extends TagSupport/TagExtraInfo class
success success success com.stratelia.webactiv.util.viewGenerator.html.arrayPanes.ArrayColumnTag
- attribute name tld declares tag declares
error sortable
Error in attribute type: tld declares [java.lang.Boolean], class declares [boolean]
Boolean -
success title String String

<view:arrayLine>

found loadable extends TagSupport/TagExtraInfo class
success success success com.stratelia.webactiv.util.viewGenerator.html.arrayPanes.ArrayLineTag
- attribute name tld declares tag declares
success id String String

<view:arrayPane>

found loadable extends TagSupport/TagExtraInfo class
success success success com.stratelia.webactiv.util.viewGenerator.html.arrayPanes.ArrayPaneTag
- attribute name tld declares tag declares
success export -
error exportURL
Setter not found
String -
error numberLinesPerPage
Error in attribute type: tld declares [java.lang.Integer], class declares [int]
Integer -
success routingAddress String String
success sortableLines -
success summary String String
success title String String
success var String String

<view:attachmentPane>

found loadable extends TagSupport/TagExtraInfo class
success success success com.stratelia.webactiv.util.viewGenerator.html.AttachmentPaneTag
- attribute name tld declares tag declares
success componentId String String
error readOnly
Error in attribute type: tld declares [java.lang.Boolean], class declares [boolean]
Boolean -
success resourceId String String

<view:authenticatedUser>

found loadable extends TagSupport/TagExtraInfo class
success success success com.stratelia.webactiv.util.viewGenerator.html.security.AuthenticatedUserTag

<view:board>

found loadable extends TagSupport/TagExtraInfo class
success success success com.stratelia.webactiv.util.viewGenerator.html.board.BoardTag

<view:browseBar>

found loadable extends TagSupport/TagExtraInfo class
success success success com.stratelia.webactiv.util.viewGenerator.html.browseBars.BrowseBarTag
- attribute name tld declares tag declares
success clickable -
success componentId String String
success extraInformations String String
success ignoreComponentLink -
warning path
Attribute type different from String and not declared in tld.
Object
success spaceId String String

<view:browseBarElt>

found loadable extends TagSupport/TagExtraInfo class
success success success com.stratelia.webactiv.util.viewGenerator.html.browseBars.BrowseBarElementTag
- attribute name tld declares tag declares
success id String String
success label String String
success link String String

<view:button>

found loadable extends TagSupport/TagExtraInfo class
success success success com.stratelia.webactiv.util.viewGenerator.html.buttons.ButtonTag
- attribute name tld declares tag declares
success action String String
error disabled
Error in attribute type: tld declares [java.lang.Boolean], class declares [boolean]
Boolean -
success label String String

<view:buttonPane>

found loadable extends TagSupport/TagExtraInfo class
success success success com.stratelia.webactiv.util.viewGenerator.html.buttonPanes.ButtonPaneTag
- attribute name tld declares tag declares
error disabled
Setter not found
Boolean -
success height String String
success horizontalPosition -
success verticalPosition -

<view:commentEdition>

found loadable extends TagSupport/TagExtraInfo class
success success success com.stratelia.webactiv.util.viewGenerator.html.comment.CommentEditionTag
- attribute name tld declares tag declares
success callback String String
success componentId String String
success indexed String String
success resourceId String String
success userId String String

<view:commentListing>

found loadable extends TagSupport/TagExtraInfo class
success success success com.stratelia.webactiv.util.viewGenerator.html.comment.CommentListTag
- attribute name tld declares tag declares
success callback String String
success componentId String String
success resourceId String String
success userId String String

<view:comments>

found loadable extends TagSupport/TagExtraInfo class
success success success com.stratelia.webactiv.util.viewGenerator.html.comment.CommentTag
- attribute name tld declares tag declares
success callback String String
success componentId String String
success indexed String String
success resourceId String String
success resourceType String String
success userId String String

<view:componentParam>

found loadable extends TagSupport/TagExtraInfo class
success success success org.silverpeas.jstl.ComponentParameterTag
- attribute name tld declares tag declares
success componentId String String
success parameter String String
success scope String String
success var String String

<view:componentPath>

found loadable extends TagSupport/TagExtraInfo class
success success success com.stratelia.webactiv.util.viewGenerator.html.ComponentPathTag
- attribute name tld declares tag declares
success componentId String String
error includeComponent
Error in attribute type: tld declares [java.lang.Boolean], class declares [boolean]
Boolean -
success separator String String

<view:componentUrl>

found loadable extends TagSupport/TagExtraInfo class
success success success com.stratelia.webactiv.util.viewGenerator.html.ComponentURLTag
- attribute name tld declares tag declares
success componentId String String
success componentName String String

<view:confirmComponentSubscriptionNotificationSending>

found loadable extends TagSupport/TagExtraInfo class
success success success com.stratelia.webactiv.util.viewGenerator.html.buttons.ConfirmResourceSubscriptionSendingTag
- attribute name tld declares tag declares
success jsValidationCallbackMethodName String String

<view:confirmResourceSubscriptionNotificationSending>

found loadable extends TagSupport/TagExtraInfo class
success success success com.stratelia.webactiv.util.viewGenerator.html.buttons.ConfirmResourceSubscriptionSendingTag
- attribute name tld declares tag declares
success jsValidationCallbackMethodName String String
success subscriptionResourceId String String
success subscriptionResourceType -

<view:constantsMap>

found loadable extends TagSupport/TagExtraInfo class
success success success org.silverpeas.jstl.constant.ConstantsMapTag
- attribute name tld declares tag declares
success className String
success scope String
success var String

<view:dateReminder>

found loadable extends TagSupport/TagExtraInfo class
success success success com.stratelia.webactiv.util.viewGenerator.html.dateReminder.DateReminderTag
- attribute name tld declares tag declares
success language String String
success resourceId String String
success resourceType String String
success userId String String

<view:displayResult>

found loadable extends TagSupport/TagExtraInfo class
success success success com.stratelia.webactiv.util.viewGenerator.html.result.HtmlSearchResultTag
- attribute name tld declares tag declares
success activeSelection Boolean Boolean
success exportEnabled Boolean Boolean
success gsr -
success settings -
success sortValue Integer Integer
success userId String String

<view:displayWysiwyg>

found loadable extends TagSupport/TagExtraInfo class
success success success org.silverpeas.jstl.view.WysiwygDisplayerTag
- attribute name tld declares tag declares
success axisId String String
success componentId String String
success highlightFirst String String
success language String String
success objectId String String

<view:encodeHtml>

found loadable extends TagSupport/TagExtraInfo class
success success success com.stratelia.webactiv.util.viewGenerator.html.HtmlEncoderTag
- attribute name tld declares tag declares
success string String String

<view:encodeHtmlParagraph>

found loadable extends TagSupport/TagExtraInfo class
success success success com.stratelia.webactiv.util.viewGenerator.html.HtmlParagraphEncoderTag
- attribute name tld declares tag declares
success string String String

<view:encodeJs>

found loadable extends TagSupport/TagExtraInfo class
success success success com.stratelia.webactiv.util.viewGenerator.html.JavascriptEncoderTag
- attribute name tld declares tag declares
success string String String

<view:encodeXml>

found loadable extends TagSupport/TagExtraInfo class
success success success com.stratelia.webactiv.util.viewGenerator.html.XMLEncoderTag
- attribute name tld declares tag declares
success string String String

<view:fileUpload>

found loadable extends TagSupport/TagExtraInfo class
success success success com.stratelia.webactiv.util.viewGenerator.html.upload.FileUploadTag
- attribute name tld declares tag declares
error dragAndDropDisplay
Error in attribute type: tld declares [java.lang.Boolean], class declares [boolean]
Boolean -
error fieldset
Error in attribute type: tld declares [java.lang.Boolean], class declares [boolean]
Boolean -
success id String String
success jqueryFormSelector String String
error multiple
Error in attribute type: tld declares [java.lang.Boolean], class declares [boolean]
Boolean -
success nbFileLimit Integer Integer

<view:form>

found loadable extends TagSupport/TagExtraInfo class
success success success com.stratelia.webactiv.util.viewGenerator.html.override.FormTag
- attribute name tld declares tag declares
success action String String
success id String String
success method String String
success name String String

<view:formatDate>

found loadable extends TagSupport/TagExtraInfo class
success success success com.stratelia.webactiv.util.viewGenerator.html.FormatDateTag
- attribute name tld declares tag declares
success language String String
success value -

<view:formatDateTime>

found loadable extends TagSupport/TagExtraInfo class
success success success com.stratelia.webactiv.util.viewGenerator.html.FormatDateTimeTag
- attribute name tld declares tag declares
success language String String
success value -

<view:frame>

found loadable extends TagSupport/TagExtraInfo class
success success success com.stratelia.webactiv.util.viewGenerator.html.frame.FrameTag
- attribute name tld declares tag declares
success title String String

<view:highlight>

found loadable extends TagSupport/TagExtraInfo class
error error error com.stratelia.webactiv.util.viewGenerator.html.glossary.HighlightTermTag

<view:icon>

found loadable extends TagSupport/TagExtraInfo class
success success success com.stratelia.webactiv.util.viewGenerator.html.icons.IconTag
- attribute name tld declares tag declares
success action String String
success altText String String
success iconName String String
success imagePath String String

<view:icons>

found loadable extends TagSupport/TagExtraInfo class
success success success com.stratelia.webactiv.util.viewGenerator.html.iconPanes.IconPaneTag
- attribute name tld declares tag declares
success orientation String String
success spacing String String

<view:image>

found loadable extends TagSupport/TagExtraInfo class
success success success com.stratelia.webactiv.util.viewGenerator.html.ImageTag
- attribute name tld declares tag declares
success alt String String
success css String String
success id String String
success size String String
success src String String
success type String String

<view:includePlugin>

found loadable extends TagSupport/TagExtraInfo class
success success success com.stratelia.webactiv.util.viewGenerator.html.IncludeJSPluginTag
- attribute name tld declares tag declares
success name String String

<view:langSelect>

found loadable extends TagSupport/TagExtraInfo class
success error success com.stratelia.webactiv.util.viewGenerator.html.LanguageSelectorTag

<view:link>

found loadable extends TagSupport/TagExtraInfo class
success error success com.stratelia.webactiv.util.viewGenerator.html.override.LinkTag

<view:looknfeel>

found loadable extends TagSupport/TagExtraInfo class
success success success com.stratelia.webactiv.util.viewGenerator.html.LookAndStyleTag
- attribute name tld declares tag declares
success withCheckFormScript -
success withFieldsetStyle -

<view:map>

found loadable extends TagSupport/TagExtraInfo class
success success success com.stratelia.webactiv.util.viewGenerator.html.map.MapTag
- attribute name tld declares tag declares
success spaceId String String

<view:mimeTypeIcon>

found loadable extends TagSupport/TagExtraInfo class
error error error com.stratelia.webactiv.util.viewGenerator.html.icons.MimeTypeIconTag

<view:navigationList>

found loadable extends TagSupport/TagExtraInfo class
success success success com.stratelia.webactiv.util.viewGenerator.html.navigationList.NavigationListTag
- attribute name tld declares tag declares
success nbCol Integer Integer
success title String String

<view:navigationListItem>

found loadable extends TagSupport/TagExtraInfo class
success success success com.stratelia.webactiv.util.viewGenerator.html.navigationList.NavigationListItemTag
- attribute name tld declares tag declares
success action String String
success description String String
success label String String
error nbElem
Error in attribute type: tld declares [java.lang.Integer], class declares [int]
Integer -
success universalLink String String

<view:operation>

found loadable extends TagSupport/TagExtraInfo class
success success success com.stratelia.webactiv.util.viewGenerator.html.operationPanes.OperationTag
- attribute name tld declares tag declares
success action String String
success altText String String
success icon String String

<view:operationOfCreation>

found loadable extends TagSupport/TagExtraInfo class
success success success com.stratelia.webactiv.util.viewGenerator.html.operationPanes.OperationOfCreationTag
- attribute name tld declares tag declares
success action String String
success altText String String
success icon String String

<view:operationPane>

found loadable extends TagSupport/TagExtraInfo class
success success success com.stratelia.webactiv.util.viewGenerator.html.operationPanes.OperationPaneTag
- attribute name tld declares tag declares
success type -

<view:operationSeparator>

found loadable extends TagSupport/TagExtraInfo class
success success success com.stratelia.webactiv.util.viewGenerator.html.operationPanes.OperationSeparatorTag

<view:pagination>

found loadable extends TagSupport/TagExtraInfo class
success success success com.stratelia.webactiv.util.viewGenerator.html.pagination.PaginationTag
- attribute name tld declares tag declares
success action String String
error actionIsJsFunction
Error in attribute type: tld declares [java.lang.Boolean], class declares [boolean]
Boolean -
success altGoToAction String String
success altNextAction String String
success altPreviousAction String String
success currentPage Integer Integer
error nbItemsPerPage
Error in attribute type: tld declares [java.lang.Integer], class declares [int]
Integer -
success nbPages Integer Integer
success pageParam String String
error totalNumberOfItems
Error in attribute type: tld declares [java.lang.Integer], class declares [int]
Integer -

<view:pdcClassification>

found loadable extends TagSupport/TagExtraInfo class
success success success com.stratelia.webactiv.util.viewGenerator.html.pdc.PdcClassificationTag
- attribute name tld declares tag declares
success componentId String String
success contentId String String
error editable
Error in attribute type: tld declares [java.lang.Boolean], class declares [boolean]
Boolean -
success id String String

<view:pdcClassificationPreview>

found loadable extends TagSupport/TagExtraInfo class
success success success com.stratelia.webactiv.util.viewGenerator.html.pdc.PdcClassificationPreviewTag
- attribute name tld declares tag declares
success componentId String String
success contentId String String

<view:pdcNewContentClassification>

found loadable extends TagSupport/TagExtraInfo class
success success success com.stratelia.webactiv.util.viewGenerator.html.pdc.PdcNewContentClassificationTag
- attribute name tld declares tag declares
success componentId String String
success nodeId String String

<view:pdcPositions>

found loadable extends TagSupport/TagExtraInfo class
success success success com.stratelia.webactiv.util.viewGenerator.html.pdc.PdcClassificationPositionsTag
- attribute name tld declares tag declares
success setIn String String

<view:pdcPredefinedClassification>

found loadable extends TagSupport/TagExtraInfo class
success success success com.stratelia.webactiv.util.viewGenerator.html.pdc.PdcClassificationTag
- attribute name tld declares tag declares
success componentId String String
success nodeId String String

<view:pdcValidateClassification>

found loadable extends TagSupport/TagExtraInfo class
success success success com.stratelia.webactiv.util.viewGenerator.html.pdc.PdcClassificationValidationTag
- attribute name tld declares tag declares
success errorCounter String String
success errorMessager String String
error errorWebRender
Error in attribute type: tld declares [java.lang.Boolean], class declares [boolean]
Boolean -

<view:progressMessage>

found loadable extends TagSupport/TagExtraInfo class
success success success com.stratelia.webactiv.util.viewGenerator.html.progressMessage.ProgressMessageTag
- attribute name tld declares tag declares
success messages -

<view:script>

found loadable extends TagSupport/TagExtraInfo class
success error success com.stratelia.webactiv.util.viewGenerator.html.override.ScriptTag

<view:setBundle>

found loadable extends TagSupport/TagExtraInfo class
success success success com.stratelia.webactiv.util.viewGenerator.html.SetBundleTag
- attribute name tld declares tag declares
success basename String String
success bundle -
success scope String String
success var String String

<view:setConstant>

found loadable extends TagSupport/TagExtraInfo class
success success success org.silverpeas.jstl.constant.SetConstantTag
- attribute name tld declares tag declares
success constant String
success scope String
success var String

<view:settings>

found loadable extends TagSupport/TagExtraInfo class
success success success org.silverpeas.jstl.settings.SettingsValueTag
- attribute name tld declares tag declares
success defaultValue Object Object
success key String String
success scope String String
success settings String String
success var String String

<view:tab>

found loadable extends TagSupport/TagExtraInfo class
success success success com.stratelia.webactiv.util.viewGenerator.html.tabs.TabTag
- attribute name tld declares tag declares
success action String String
success label String String
success selected String String

<view:tabs>

found loadable extends TagSupport/TagExtraInfo class
success success success com.stratelia.webactiv.util.viewGenerator.html.tabs.TabbedPaneTag

<view:templateParam>

found loadable extends TagSupport/TagExtraInfo class
success success success com.stratelia.webactiv.util.viewGenerator.html.template.StringTemplateParamTag
- attribute name tld declares tag declares
success name String String
success value Object Object

<view:timeout>

found loadable extends TagSupport/TagExtraInfo class
success success success com.stratelia.webactiv.util.viewGenerator.html.security.SessionTimeoutTag

<view:username>

found loadable extends TagSupport/TagExtraInfo class
success success success com.stratelia.webactiv.util.viewGenerator.html.UserNameTag
- attribute name tld declares tag declares
success userId String String
error zoom
Error in attribute type: tld declares [java.lang.Boolean], class declares [boolean]
Boolean -

<view:video>

found loadable extends TagSupport/TagExtraInfo class
success success success com.stratelia.webactiv.util.viewGenerator.html.VideoPlayerTag
- attribute name tld declares tag declares
success autostart Boolean Boolean
success height Integer Integer
success url String String
success width Integer Integer

<view:window>

found loadable extends TagSupport/TagExtraInfo class
success success success com.stratelia.webactiv.util.viewGenerator.html.window.WindowTag
- attribute name tld declares tag declares
error browseBarVisible
Error in attribute type: tld declares [java.lang.Boolean], class declares [boolean]
Boolean -
error popup
Error in attribute type: tld declares [java.lang.Boolean], class declares [boolean]
Boolean -

<view:wysiwyg>

found loadable extends TagSupport/TagExtraInfo class
success success success com.stratelia.webactiv.util.viewGenerator.html.wysiwyg.WysiwygTag
- attribute name tld declares tag declares
success browseInfo String String
success componentId String String
success componentName String String
success displayFileBrowser -
success height String String
success language String String
success objectId String String
success replace String String
success spaceId String String
success spaceName String String
success toolbar String String
success width String String

EL functions

validated function class signature
success view:booleanValue() com.silverpeas.util.StringUtil boolean getBooleanValue( java.lang.String )
success view:constantValue() org.silverpeas.jstl.constant.reflect.ClassConstantInspector java.lang.Object getValue( java.lang.String )
success view:escapeHtml() com.silverpeas.util.EncodeHelper java.lang.String javaStringToHtmlString( java.lang.String )
success view:escapeJs() com.silverpeas.util.EncodeHelper java.lang.String javaStringToJsString( java.lang.String )
error view:estimateDownload() com.stratelia.webactiv.util.FileRepositoryManager java.lang.String getFileDownloadTime( long )
error view:formatMemSize() org.silverpeas.util.UnitUtil java.lang.String formatMemSize(long)
error view:humanReadableSize() org.silverpeas.util.UnitUtil java.lang.String formatMemSize(long)
success view:isDefined() com.silverpeas.util.StringUtil boolean isDefined( java.lang.String )
success view:isPreviewable() org.silverpeas.viewer.ViewerFactory boolean isPreviewable( java.lang.String )
success view:isViewable() org.silverpeas.viewer.ViewerFactory boolean isViewable( java.lang.String )
success view:mimeType() com.silverpeas.util.FileUtil java.lang.String getMimeType( java.lang.String )