META-INF.aoweb-struts-aoweb.tld Maven / Gradle / Ivy
]]>
@{description.html} ]]> @{project.name} AOWeb Taglib @{parsedVersion.majorVersion}.@{parsedVersion.minorVersion}.@{parsedVersion.incrementalVersion} aoweb @{project.url}aoweb-taglib/ Conditionally includes the body if the resources with the provided path exists. ]]> exists com.aoindustries.website.aowebtags.ExistsTag JSP The context-relative path to test existence. This does not support relative paths. ]]> path true true java.lang.String Conditionally includes the body if the resources with the provided path does not exist. ]]> notExists com.aoindustries.website.aowebtags.NotExistsTag JSP The context-relative path to test existence. This does not support relative paths. ]]> path true true java.lang.String Some scripts may benefit by delaying or batching their execution. This is especially true when making many changes to the DOM. By nesting related script-generating tags inside a scriptGroup, the execution will be batched into a single script. ]]> scriptGroup com.aoindustries.website.aowebtags.ScriptGroupTag com.aoindustries.website.aowebtags.ScriptGroupTagTEI JSP Supports three options:
none
(the default) - executes the script directly in the bodybefore
- executes the script before any existing onload scriptafter
- executes the script after any existing onload scriptTODO: Consider renaming to something more generic and including option for ondomready event.
]]>onloadMode false true java.lang.String Prints a browser-local date. The body should evaluate to the number of milliseconds since the Epoch. If the body is empty, will print  
as a placeholder. This may optionally be placed into a <aoweb:scriptGroup> tag to create a single large script instead of many small scripts. ]]>date com.aoindustries.website.aowebtags.DateTag JSP Prints a browser-local date and time. The body should evaluate to the number of milliseconds since the Epoch. If the body is empty, will print  
as a placeholder. This may optionally be placed into a <aoweb:scriptGroup> tag to create a single large script instead of many small scripts. ]]>dateTime com.aoindustries.website.aowebtags.DateTimeTag JSP Prints a browser-local time. The body should evaluate to the number of milliseconds since the Epoch. If the body is empty, will print  
as a placeholder. This may optionally be placed into a <aoweb:scriptGroup> tag to create a single large script instead of many small scripts. ]]>time com.aoindustries.website.aowebtags.TimeTag JSP Formats a card number for display. The card number may be a full or masked format. Displays as "•••• ####", where the "####" is the last-four digits of the card number. Each digit may be represented by a "?" when it is unknown. When
null
,null
is returned.When an empay string, after trimming, an empty string is returned.
]]>getCardNumberDisplay com.aoindustries.website.aowebtags.Functions java.lang.String getCardNumberDisplay(java.lang.String) ${aoweb:getCardNumberDisplay(cardNumber)} Formats a card expiration date for display in "MM / YYYY" format. When both
expirationMonth
andexpirationYear
are unknown,null
is returned.When
expirationMonth
is unknown, returns in "?? / YYYY" format.When
]]>expirationYear
is unknown, returns in "MM / ????" format.getExpirationDisplay com.aoindustries.website.aowebtags.Functions java.lang.String getExpirationDisplay(java.lang.Byte,java.lang.Short) ${aoweb:getExpirationDisplay(expirationMonth,expirationYear)}]]>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy