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

Packages that use BaseScope
org.apache.commons.workflow.web Implementations of Steps in the web library. 
 

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

Subclasses of BaseScope in org.apache.commons.workflow.web
 class HttpSessionScope
          HttpSessionScope is a specialized Scope implementation corresponding the the attributes of a specified HttpSession.
 class ServletContextScope
          ServletContextScope is a specialized Scope implementation corresponding the the attributes of a specified ServletContext.
 class ServletRequestScope
          ServletRequestScope is a specialized Scope implementation corresponding the the attributes of a specified ServletRequest.
 



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