org.apache.commons.workflow.base
Class BaseContextBean

java.lang.Object
  extended byorg.apache.commons.workflow.base.BaseContextBean

public class BaseContextBean
extends java.lang.Object

Custom JavaBean representing the properties of a BaseContext that are made visible via JPath.


Constructor Summary
BaseContextBean(BaseContext baseContext)
           
 
Method Summary
 java.util.Map getLocal()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseContextBean

public BaseContextBean(BaseContext baseContext)
Method Detail

getLocal

public java.util.Map getLocal()


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