Uses of Class
org.apache.commons.workflow.base.BaseContext

Packages that use BaseContext
org.apache.commons.workflow.base Basic implementations and base classes for Workflow Management System applications. 
org.apache.commons.workflow.web Implementations of Steps in the web library. 
 

Uses of BaseContext in org.apache.commons.workflow.base
 

Constructors in org.apache.commons.workflow.base with parameters of type BaseContext
BaseContextBean(BaseContext baseContext)
           
 

Uses of BaseContext in org.apache.commons.workflow.web
 

Subclasses of BaseContext in org.apache.commons.workflow.web
 class WebContext
          WebContext is a specialized Context implementation appropriate for web applications that run on top of a Servlet 2.2 (or later) container.
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.