org.hippoecm.hst.provider
Interface PropertyMap
- All Known Implementing Classes:
- PropertyMapImpl
public interface PropertyMap
Method Summary |
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()
|
getBooleanArrays
Map<String,Boolean[]> getBooleanArrays()
getBooleans
Map<String,Boolean> getBooleans()
getCalendarArrays
Map<String,Calendar[]> getCalendarArrays()
getCalendars
Map<String,Calendar> getCalendars()
getDoubleArrays
Map<String,Double[]> getDoubleArrays()
getDoubles
Map<String,Double> getDoubles()
getLongArrays
Map<String,Long[]> getLongArrays()
getLongs
Map<String,Long> getLongs()
getStringArrays
Map<String,String[]> getStringArrays()
getStrings
Map<String,String> getStrings()
getAllMapsCombined
Map<String,Object> getAllMapsCombined()
flush
void flush()
Copyright © 2008-2012 Hippo. All Rights Reserved.