|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
org.infoglue.deliver.taglib.AbstractTag
org.infoglue.cms.workflow.taglib.WorkflowTag
public abstract class WorkflowTag
Base class for all workflow related tags. Provides access to the propertyset associated with the workflow and the parameters used to identify a workflow.
| Field Summary | |
|---|---|
static java.lang.String |
ACTION_ID_PARAMETER
The name used to identify the current workflow action. |
static java.lang.String |
WORKFLOW_ID_PARAMETER
The name used to identify the current workflow. |
| Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
|---|
pageContext |
| Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
|---|
EVAL_BODY_AGAIN |
| Fields inherited from interface javax.servlet.jsp.tagext.Tag |
|---|
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
| Constructor Summary | |
|---|---|
protected |
WorkflowTag()
Default constructor. |
| Method Summary | |
|---|---|
protected java.lang.String |
getActionID()
Returns the identifier of the current workflow action. |
protected InfoGluePrincipal |
getPrincipal()
Returns the principal associated with the current session. |
protected InfogluePropertySet |
getPropertySet()
Returns the propertyset associated with the current workflow. |
protected java.lang.String |
getWorkflowID()
Returns the identifier of the current workflow. |
| Methods inherited from class org.infoglue.deliver.taglib.AbstractTag |
|---|
evaluate, evaluateCollection, evaluateInteger, evaluateList, evaluateString, produceResult, setId, setResultAttribute, write |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
|---|
doAfterBody, doEndTag, doStartTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setPageContext, setParent, setValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String ACTION_ID_PARAMETER
public static final java.lang.String WORKFLOW_ID_PARAMETER
| Constructor Detail |
|---|
protected WorkflowTag()
| Method Detail |
|---|
protected final java.lang.String getWorkflowID()
protected final java.lang.String getActionID()
protected final InfoGluePrincipal getPrincipal()
protected final InfogluePropertySet getPropertySet()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||