|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.buildtools.maven2.plugin.builder.Flattener
public class Flattener
Constructor Summary | |
---|---|
Flattener(Model model)
|
Method Summary | |
---|---|
void |
flatten()
Flatten the specified model. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Flattener(Model model)
Method Detail |
---|
public void flatten()
In the flattened representation, each model object directly contains the data that it inherits from its parents, so that the getter methods return all available metadata, not just the data that was defined directly on that item.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |