Tag Documentation

[ tag libraries ] [ tags ]

The following document contains a summary of all the Jelly tag libraries.

Tag Libraries

[ tag libraries ] [ tags ]

LibraryDescription
jelly:quartz

A tag library for scheduling tasks to be run using the Quartz library

jelly:quartz

A tag library for scheduling tasks to be run using the Quartz library

Tag NameDescription
cronTrigger Define a trigger using a cron time spec.
job Defines a schedulable job.
waitForScheduler Block and wait for the Quartz scheduler to shutdown.

Tags

[ tag libraries ] [ tags ]

quartz:cronTrigger

Define a trigger using a cron time spec.

Attribute NameTypeDescription
escapeTextboolean
groupjava.lang.StringSet the group
jobGroupjava.lang.StringSet the job group.
jobNamejava.lang.StringSet the job name.
namejava.lang.StringSet the name.
specjava.lang.StringSet the cron time spec.
trimboolean

quartz:job

Defines a schedulable job.

Attribute NameTypeDescription
escapeTextboolean
groupjava.lang.StringSet the group of this job.
namejava.lang.StringSet the name of this job.
trimboolean

quartz:waitForScheduler

Block and wait for the Quartz scheduler to shutdown.

Attribute NameTypeDescription
escapeTextboolean
trimboolean