org.apache.cocoon.bean.helpers
Class BeanConfigurator

java.lang.Object
  extended by org.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.html 1304258 2012-03-23 10:09:27Z ilgrosso $
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-2010 The Apache Software Foundation. All Rights Reserved.