org.apache.myfaces.custom.dynaForm.metadata.impl.jsf
Class JsfRequestFieldExtractor
java.lang.Object
org.apache.myfaces.custom.dynaForm.metadata.impl.jsf.JsfRequestFieldExtractor
- All Implemented Interfaces:
- Extractor
public class JsfRequestFieldExtractor
- extends java.lang.Object
- implements Extractor
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
Method Summary |
protected void |
create(MetaData metaData,
DynaForm dynaForm)
create the metadata out of the dynaConfigs for the given component |
void |
getMetaData(MetaData metaData,
java.lang.Object entity)
get the metadata for the given entity |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JsfRequestFieldExtractor
public JsfRequestFieldExtractor()
getMetaData
public void getMetaData(MetaData metaData,
java.lang.Object entity)
- Description copied from interface:
Extractor
- get the metadata for the given entity
- Specified by:
getMetaData
in interface Extractor
create
protected void create(MetaData metaData,
DynaForm dynaForm)
- create the metadata out of the dynaConfigs for the given component
Copyright © 2010. All Rights Reserved.