1 16 package org.apache.cocoon.components.modules.input; 17 18 import org.apache.avalon.framework.configuration.Configuration; 19 import org.apache.avalon.framework.thread.ThreadSafe; 20 import org.apache.cocoon.components.flow.FlowHelper; 21 22 import java.util.Map ; 23 24 32 public class FlowAttributeModule extends AbstractJXPathModule 33 implements ThreadSafe { 34 35 protected Object getContextObject(Configuration modeConf, 36 Map objectModel) { 37 38 return FlowHelper.getContextObject(objectModel); 39 } 40 } 41 | Popular Tags |