All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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:

  1. none (the default) - executes the script directly in the body
  2. before - executes the script before any existing onload script
  3. after - executes the script after any existing onload script

TODO: 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 &#160; 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 &#160; 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 &#160; 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 and expirationYear 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