com.werken.blissed.jelly
Class RuntimeTagSupport

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

public abstract class RuntimeTagSupport
extends BlissedTagSupport

Base of process runtime jelly tags.

Version:
$Id: RuntimeTagSupport.java,v 1.3 2002/09/17 23:00:05 bob Exp $
Author:
bob mcwhirter

Field Summary
static java.lang.String PROCESS_CONTEXT_KEY
          Key under which the ProcessContext is stored within the JellyContext.
 
Fields inherited from class org.apache.commons.jelly.TagSupport
body, context, hasTrimmed, parent, shouldTrim
 
Constructor Summary
protected RuntimeTagSupport()
          Construct.
 
Method Summary
protected  ProcessContext getProcessContext()
          Retrieve the current ProcessContext.
 
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
 

Field Detail

PROCESS_CONTEXT_KEY

public static final java.lang.String PROCESS_CONTEXT_KEY
Key under which the ProcessContext is stored within the JellyContext.
Constructor Detail

RuntimeTagSupport

protected RuntimeTagSupport()
Construct.
Method Detail

getProcessContext

protected ProcessContext getProcessContext()
Retrieve the current ProcessContext.
Returns:
The current process context, or null if no process context is currently in-scope.


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