META-INF.aoweb-struts-aoweb.tld Maven / Gradle / Ivy
aoweb-struts-aoweb
1.0
aoweb
https://www.aoindustries.com/aoweb-struts/core/aoweb-taglib/
exists
com.aoindustries.website.aowebtags.ExistsTag
JSP
Conditionally includes the body if the resources with the provided path exists.
path
true
true
java.lang.String
The context-relative path to test existence. This does not support relative paths.
notExists
com.aoindustries.website.aowebtags.NotExistsTag
JSP
Conditionally includes the body if the resources with the provided path does not exist.
path
true
true
java.lang.String
The context-relative path to test existence. This does not support relative paths.
scriptGroup
com.aoindustries.website.aowebtags.ScriptGroupTag
com.aoindustries.website.aowebtags.ScriptGroupTagTEI
JSP
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.
onloadMode
false
true
java.lang.String
Supports three options:
none (the default) - executes the script directly in the body
before - executes the script before any existing onload script
after - executes the script after any existing onload script
TODO: Consider renaming to something more generic and including option for ondomready event.
date
com.aoindustries.website.aowebtags.DateTag
JSP
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 scriptGroup tag to create a single large
script instead of many small scripts.
dateTime
com.aoindustries.website.aowebtags.DateTimeTag
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 scriptGroup tag to create a single large
script instead of many small scripts.
time
com.aoindustries.website.aowebtags.TimeTag
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 scriptGroup tag to create a single large
script instead of many small scripts.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy