org.apache.commons.jelly.tags.quartz
Class TriggerTag

java.lang.Object
  extended byorg.apache.commons.jelly.TagSupport
      extended byorg.apache.commons.jelly.tags.quartz.QuartzTagSupport
          extended byorg.apache.commons.jelly.tags.quartz.TriggerTag
All Implemented Interfaces:
org.apache.commons.jelly.Tag

public abstract class TriggerTag
extends QuartzTagSupport

Abstract base for all triggers.

Author:
bob mcwhirter

Field Summary
 
Fields inherited from class org.apache.commons.jelly.tags.quartz.QuartzTagSupport
SCHED_VAR_NAME
 
Fields inherited from class org.apache.commons.jelly.TagSupport
body, context, hasTrimmed, parent, shouldTrim
 
Constructor Summary
protected TriggerTag()
          Construct.
 
Methods inherited from class org.apache.commons.jelly.tags.quartz.QuartzTagSupport
getScheduler
 
Methods inherited from class org.apache.commons.jelly.TagSupport
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.commons.jelly.Tag
doTag
 

Constructor Detail

TriggerTag

protected TriggerTag()
Construct.



Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.