Package org.hippoecm.hst.provider
Interface PropertyMap
-
public interface PropertyMap
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
flush()
Map<String,Object>
getAllMapsCombined()
Map<String,Boolean[]>
getBooleanArrays()
Map<String,Boolean>
getBooleans()
Map<String,Calendar[]>
getCalendarArrays()
Map<String,Calendar>
getCalendars()
Map<String,Double[]>
getDoubleArrays()
Map<String,Double>
getDoubles()
Map<String,Long[]>
getLongArrays()
Map<String,Long>
getLongs()
Map<String,String[]>
getStringArrays()
Map<String,String>
getStrings()
-