|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ajax4jsf.builder.component.state.ComponentStateManager
public class ComponentStateManager
Class responsible for generating save/restore state methods.
Constructor Summary | |
---|---|
ComponentStateManager(JavaClass componentClass)
|
Method Summary | |
---|---|
ComponentStateDescriptor |
getDesriptor(PropertyBean propertyBean,
JavaField field)
|
MethodBody |
getRestoreStateMethodBody(JSFGeneratorConfiguration configuration)
|
MethodBody |
getSaveStateMethodBody(JSFGeneratorConfiguration configuration)
|
void |
registerField(JavaField field)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ComponentStateManager(JavaClass componentClass)
Method Detail |
---|
public ComponentStateDescriptor getDesriptor(PropertyBean propertyBean, JavaField field)
public void registerField(JavaField field)
public MethodBody getSaveStateMethodBody(JSFGeneratorConfiguration configuration) throws GeneratorException
GeneratorException
public MethodBody getRestoreStateMethodBody(JSFGeneratorConfiguration configuration) throws GeneratorException
GeneratorException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |