|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry5.internal.services.PersistentFieldBundleImpl
public class PersistentFieldBundleImpl
Constructor Summary | |
---|---|
PersistentFieldBundleImpl(java.util.Collection<PersistentFieldChange> changes)
|
Method Summary | |
---|---|
boolean |
containsValue(java.lang.String componentId,
java.lang.String fieldName)
Checks to see if a persistent value has been stored for the indicated component and field. |
java.lang.Object |
getValue(java.lang.String componentId,
java.lang.String fieldName)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PersistentFieldBundleImpl(java.util.Collection<PersistentFieldChange> changes)
Method Detail |
---|
public boolean containsValue(java.lang.String componentId, java.lang.String fieldName)
PersistentFieldBundle
containsValue
in interface PersistentFieldBundle
componentId
- the nested id of the component (within the page), may be null or blank for the root component
of the pagefieldName
- the name of the field whose value was persisted
public java.lang.Object getValue(java.lang.String componentId, java.lang.String fieldName)
getValue
in interface PersistentFieldBundle
componentId
- the nested if of the component (within the page), may be null or blank for the root component
of the pagefieldName
- the name of the field whose value was persisted
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |