org.apache.commons.workflow.base
Class BaseContextBean

java.lang.Object
  extended by org.apache.commons.workflow.base.BaseContextBean

public class BaseContextBean
extends Object

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


Constructor Summary
BaseContextBean(BaseContext baseContext)
           
 
Method Summary
 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 Map getLocal()


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