|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.fruitioninc.jwc.AbstractModel
Partial implementation of the Model interface. No assumptions are made about where the state is stored.
Constructor Summary | |
AbstractModel()
Creates a non-statefull model. |
|
AbstractModel(boolean statefull)
Creates a model. |
Method Summary | |
boolean |
_getStatefull()
Returns true if this model's state should persist beyond the life its page. |
void |
_setStatefull(boolean statefull)
Sets the state of this model's statefullness. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AbstractModel()
public AbstractModel(boolean statefull)
statefull
- specifies whether the model is statefull.Method Detail |
public boolean _getStatefull()
Model
_getStatefull
in interface Model
public void _setStatefull(boolean statefull)
Model
_setStatefull
in interface Model
isStatefull
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |