org.apache.myfaces.custom.dynaForm.metadata.impl.jsf
Class JsfExclusiveExtractor

java.lang.Object
  extended by org.apache.myfaces.custom.dynaForm.metadata.impl.jsf.AbstractJsfExtractor
      extended by org.apache.myfaces.custom.dynaForm.metadata.impl.jsf.JsfExclusiveExtractor
All Implemented Interfaces:
Extractor

public class JsfExclusiveExtractor
extends AbstractJsfExtractor

Extract metadata from jsf form.
This will read all facets with "ff_" name prefix but nothing will be configured. Its just there to collect which fields to show if in exclusiveFieldMode


Constructor Summary
JsfExclusiveExtractor()
           
 
Method Summary
protected  void initFromConfig(MetaData.FieldImpl field, DynaConfig config)
           
 
Methods inherited from class org.apache.myfaces.custom.dynaForm.metadata.impl.jsf.AbstractJsfExtractor
create, getMetaData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsfExclusiveExtractor

public JsfExclusiveExtractor()
Method Detail

initFromConfig

protected void initFromConfig(MetaData.FieldImpl field,
                              DynaConfig config)
Specified by:
initFromConfig in class AbstractJsfExtractor


Copyright © 2010. All Rights Reserved.