|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PersistentPropertyDataEncoder
Responsible for encoding PropertyChange
s
into and out of plain strings.
Method Summary | |
---|---|
List |
decodePageChanges(String encoded)
Takes a string with an encoded set of page changes, and converts it back into a list of PropertyChange s. |
String |
encodePageChanges(List changes)
Encodes a (possibly empty) list of PropertyChange s into a string
representation that can later be decoded. |
Method Detail |
---|
String encodePageChanges(List changes)
PropertyChange
s into a string
representation that can later be decoded.
changes
- List of changes to encode into a persistable form.
List decodePageChanges(String encoded)
PropertyChange
s.
encoded
- The data to un-encode, which should be equivalent to the same that
was passed in to encodePageChanges(java.util.List)
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |