Package com.bradmcevoy.http.values

Interface Summary
ValueWriter An implementation of ValueWriter will generate xml for some particular property or type, and be able to parse proppatch textual values into its typed form Generally ValueWriter's should be symmetrical, in that they can parse what they generate.
 

Class Summary
BooleanValueWriter  
CData A type of value which will be written into a CDATA section by its ValueWriter
CDataValueWriter  
DateValueWriter  
HrefList Holds a list of href values which will be written as a list of elements See HrefListValueWriter
HrefListValueWriter Supports HrefList objects, and writes them out as a list of ... elements Currently readonly, but should support writing
LockTokenValueWriter  
ModifiedDateValueWriter Windows explorer is VERY picky about the format of its modified date, which this class supports Only applies to the getlastmodified field
ResourceTypeValueWriter  
SupportedLockValueWriter  
SupportedReportSetList Holds a list of href values which will be written as a list of elements See SupportedReportSetWriter
SupportedReportSetWriter  
ToStringValueWriter  
UUIDValueWriter  
ValueAndType This class exists to convey type information even when a value is null.
ValueWriters Default list of value writers.
WrappedHref  
WrappedHrefWriter  
 



Copyright © 2011. All Rights Reserved.