Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.lenya.cms.cocoon.acting
Class WorkflowInvokerAction  view WorkflowInvokerAction download WorkflowInvokerAction.java

java.lang.Object
  extended byAbstractLoggable
      extended byorg.apache.cocoon.acting.AbstractAction
          extended byorg.apache.lenya.cms.cocoon.acting.WorkflowInvokerAction
All Implemented Interfaces:
org.apache.cocoon.acting.Action

public class WorkflowInvokerAction
extends org.apache.cocoon.acting.AbstractAction

Action to invoke a workflow transition independently from the request document URL. Parameters:


Field Summary
static java.lang.String AREA
           
static java.lang.String DOCUMENT_ID
           
static java.lang.String EVENT
           
static java.lang.String LANGUAGE
           
 
Fields inherited from class org.apache.cocoon.acting.AbstractAction
EMPTY_MAP
 
Fields inherited from interface org.apache.cocoon.acting.Action
ROLE
 
Constructor Summary
WorkflowInvokerAction()
           
 
Method Summary
 java.util.Map act(org.apache.cocoon.environment.Redirector redirector, org.apache.cocoon.environment.SourceResolver resolver, java.util.Map objectModel, java.lang.String source, Parameters parameters)
          Controls the processing against some values of the Dictionary objectModel and returns a Map object with values used in subsequent sitemap substitution patterns.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AREA

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

DOCUMENT_ID

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

LANGUAGE

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

EVENT

public static final java.lang.String EVENT
See Also:
Constant Field Values
Constructor Detail

WorkflowInvokerAction

public WorkflowInvokerAction()
Method Detail

act

public java.util.Map act(org.apache.cocoon.environment.Redirector redirector,
                         org.apache.cocoon.environment.SourceResolver resolver,
                         java.util.Map objectModel,
                         java.lang.String source,
                         Parameters parameters)
                  throws java.lang.Exception
Description copied from interface: org.apache.cocoon.acting.Action
Controls the processing against some values of the Dictionary objectModel and returns a Map object with values used in subsequent sitemap substitution patterns. NOTE: This interface is designed so that implentations can be ThreadSafe. When an action is ThreadSafe, only one instance serves all requests : this reduces memory usage and avoids pooling.