org.richfaces.cdk.xmlconfig
Class FragmentParser

java.lang.Object
  extended by org.richfaces.cdk.xmlconfig.FragmentParser

public class FragmentParser
extends java.lang.Object

That class parses xml document with fragment of faces-config ( eg, standard component attributes )

Author:
asmirnov@exadel.com

Constructor Summary
FragmentParser(JAXB binding)
           
 
Method Summary
 java.util.Collection<PropertyBase> parseProperties(java.lang.String url)
          

Parses faces-config.xml fragment with component/renderer properties.

 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FragmentParser

@Inject
public FragmentParser(JAXB binding)
Method Detail

parseProperties

public java.util.Collection<PropertyBase> parseProperties(java.lang.String url)
                                                   throws CdkException,
                                                          java.io.FileNotFoundException

Parses faces-config.xml fragment with component/renderer properties.

Parameters:
url -
Returns:
Throws:
CdkException
java.io.FileNotFoundException


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.