org.apache.cocoon.bean.helpers
Class BeanConfigurator

java.lang.Object
  extended byorg.apache.cocoon.bean.helpers.BeanConfigurator

public class BeanConfigurator
extends Object

Static class for configuring a CocoonBean from a DOM Document object

Version:
CVS $Id: BeanConfigurator.java 179055 2005-05-30 14:08:23Z cziegeler $
Author:
Upayavira

Constructor Summary
BeanConfigurator()
           
 
Method Summary
static String configure(Document xconf, CocoonBean cocoon, String destDir, String uriGroup, OutputStreamListener listener)
           
static List processURIFile(String filename)
          processURIFile method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanConfigurator

public BeanConfigurator()
Method Detail

configure

public static String configure(Document xconf,
                               CocoonBean cocoon,
                               String destDir,
                               String uriGroup,
                               OutputStreamListener listener)
                        throws IllegalArgumentException
Throws:
IllegalArgumentException

processURIFile

public static List processURIFile(String filename)
processURIFile method.

Parameters:
filename - a String value
Returns:
uris a List of URIs


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.