org.infoglue.cms.workflow.taglib
Class WorkflowHelper

java.lang.Object
  |
  +--org.infoglue.cms.workflow.taglib.WorkflowHelper

public class WorkflowHelper
extends java.lang.Object


Field Summary
static java.lang.String ACTION_ID_PARAMETER
           
static java.lang.String WORKFLOW_ID_PARAMETER
           
 
Method Summary
static java.lang.String getActionID(javax.servlet.ServletRequest request)
           
static InfoGluePrincipal getPrincipal(javax.servlet.http.HttpSession session)
           
static java.lang.String getPropertyData(com.opensymphony.module.propertyset.PropertySet ps, java.lang.String name)
           
static java.lang.String getPropertyData(java.lang.String name, javax.servlet.http.HttpSession session, javax.servlet.ServletRequest request)
           
static com.opensymphony.module.propertyset.PropertySet getPropertySet(javax.servlet.http.HttpSession session, javax.servlet.ServletRequest request)
           
static java.lang.String getPropertyString(java.lang.String name, javax.servlet.http.HttpSession session, javax.servlet.ServletRequest request)
           
static java.lang.String getWorkflowID(javax.servlet.ServletRequest request)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACTION_ID_PARAMETER

public static final java.lang.String ACTION_ID_PARAMETER
See Also:
Constant Field Values

WORKFLOW_ID_PARAMETER

public static final java.lang.String WORKFLOW_ID_PARAMETER
See Also:
Constant Field Values
Method Detail

getWorkflowID

public static java.lang.String getWorkflowID(javax.servlet.ServletRequest request)

getActionID

public static java.lang.String getActionID(javax.servlet.ServletRequest request)

getPrincipal

public static InfoGluePrincipal getPrincipal(javax.servlet.http.HttpSession session)

getPropertySet

public static com.opensymphony.module.propertyset.PropertySet getPropertySet(javax.servlet.http.HttpSession session,
                                                                             javax.servlet.ServletRequest request)

getPropertyString

public static java.lang.String getPropertyString(java.lang.String name,
                                                 javax.servlet.http.HttpSession session,
                                                 javax.servlet.ServletRequest request)

getPropertyData

public static java.lang.String getPropertyData(java.lang.String name,
                                               javax.servlet.http.HttpSession session,
                                               javax.servlet.ServletRequest request)

getPropertyData

public static java.lang.String getPropertyData(com.opensymphony.module.propertyset.PropertySet ps,
                                               java.lang.String name)