public interface PersistentFieldBundle
Modifier and Type | Method and Description |
---|---|
boolean |
containsValue(String componentId,
String fieldName)
Checks to see if a persistent value has been stored for the indicated component and field.
|
Object |
getValue(String componentId,
String fieldName) |
boolean containsValue(String componentId, String fieldName)
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 persisted5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.