com.werken.blissed.jelly
Class EngineControlTagSupport

java.lang.Object
  |
  +--org.apache.commons.jelly.TagSupport
        |
        +--com.werken.blissed.jelly.BlissedTagSupport
              |
              +--com.werken.blissed.jelly.RuntimeTagSupport
                    |
                    +--com.werken.blissed.jelly.EngineControlTagSupport
All Implemented Interfaces:
org.apache.commons.jelly.Tag
Direct Known Subclasses:
StartEngineTag, StopEngineTag

public abstract class EngineControlTagSupport
extends RuntimeTagSupport

Base for engine-control tags.

Version:
$Id: EngineControlTagSupport.java,v 1.1 2002/09/18 17:05:53 bob Exp $
Author:
bob mcwhirter

Fields inherited from class com.werken.blissed.jelly.RuntimeTagSupport
PROCESS_CONTEXT_KEY
 
Fields inherited from class org.apache.commons.jelly.TagSupport
body, context, hasTrimmed, parent, shouldTrim
 
Constructor Summary
EngineControlTagSupport()
          Construct.
 
Method Summary
 ProcessEngine getEngine()
          Retrieve the ProcessEngine to control.
 void setEngine(ProcessEngine engine)
          Set the ProcessEngine to control.
 
Methods inherited from class com.werken.blissed.jelly.RuntimeTagSupport
getProcessContext
 
Methods inherited from class com.werken.blissed.jelly.BlissedTagSupport
checkObjectAttribute, checkStringAttribute
 
Methods inherited from class org.apache.commons.jelly.TagSupport
findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isTrim, setBody, setContext, 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

EngineControlTagSupport

public EngineControlTagSupport()
Construct.
Method Detail

setEngine

public void setEngine(ProcessEngine engine)
Set the ProcessEngine to control.
Parameters:
engine - The process engine.

getEngine

public ProcessEngine getEngine()
Retrieve the ProcessEngine to control.
Returns:
The process engine.


Copyright © 2002-2002 The Werken Company. All Rights Reserved.