org.apache.cocoon.components.flow.apples
Class AppleHelper

java.lang.Object
  extended byorg.apache.cocoon.components.flow.apples.AppleHelper

public class AppleHelper
extends Object

AppleHelper holds some static utility classes used in the Apples flow implementation.

Version:
$Id: AppleHelper.java 510922 2007-02-23 12:19:07Z cziegeler $

Constructor Summary
AppleHelper()
           
 
Method Summary
static Map makeMapFromArguments(List params)
          Translates a List of Interpreter.Argument objects into a classic Map
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppleHelper

public AppleHelper()
Method Detail

makeMapFromArguments

public static Map makeMapFromArguments(List params)
Translates a List of Interpreter.Argument objects into a classic Map



Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.