Package de.uplanet.lucy.server.renderer
Class FormatUtil
java.lang.Object
de.uplanet.lucy.server.renderer.FormatUtil
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionde.uplanet.lucy.server.renderer.IFormatBooleanformatBoolean(String p_strTrueValue, String p_strFalseValue) de.uplanet.lucy.server.renderer.IFormatBooleanformatBoolean(Map<String, de.uplanet.lucy.server.property.IProperty> p_props) de.uplanet.lucy.server.renderer.IFormatBooleande.uplanet.lucy.server.renderer.IFormatFloatformatCurrency(String p_strDeciamlSeparator, String p_strGroupingSeparator, int p_iFractionalDigits, boolean p_bLeadingNulls) de.uplanet.lucy.server.renderer.IFormatFloatformatCurrency(Map<String, de.uplanet.lucy.server.property.IProperty> p_props) de.uplanet.lucy.server.renderer.IFormatDateformatDate(String p_strDateFormat) de.uplanet.lucy.server.renderer.IFormatDateformatDate(Map<String, de.uplanet.lucy.server.property.IProperty> p_props) de.uplanet.lucy.server.renderer.IFormatDateTimeformatDateTime(String p_strDateFormat, String p_strTimeFormat) de.uplanet.lucy.server.renderer.IFormatDateTimeformatDateTime(Map<String, de.uplanet.lucy.server.property.IProperty> p_props) de.uplanet.lucy.server.renderer.IFormatFloatformatFloat(String p_strDeciamlSeparator, String p_strGroupingSeparator, int p_iFractionalDigits, boolean p_bLeadingNulls) de.uplanet.lucy.server.renderer.IFormatFloatformatFloat(Map<String, de.uplanet.lucy.server.property.IProperty> p_props) de.uplanet.lucy.server.renderer.IFormatImageformatImage(int p_iWidth, int p_iHeight, boolean p_bScaled, boolean p_bAutoRotate, boolean p_bCrop, boolean p_bCropMaximized, boolean p_bOptimizeSize) de.uplanet.lucy.server.renderer.IFormatImageformatImage(Map<String, de.uplanet.lucy.server.property.IProperty> p_props) de.uplanet.lucy.server.renderer.IFormatIntegerformatInteger(String p_strGroupingSep) de.uplanet.lucy.server.renderer.IFormatIntegerformatInteger(Map<String, de.uplanet.lucy.server.property.IProperty> p_props) de.uplanet.lucy.server.renderer.IFormatTextformatText(String p_strEncode, int p_iLengthLimit, String p_strMoreMaker) de.uplanet.lucy.server.renderer.IFormatTextformatText(String p_strEncode, int p_iLengthLimit, String p_strMoreMaker, boolean p_bInsertBR) de.uplanet.lucy.server.renderer.IFormatTextformatText(String p_strEncode, int p_iLengthLimit, String p_strMoreMaker, boolean p_bUseHtmlLengthLimited, boolean p_bCloseTags) de.uplanet.lucy.server.renderer.IFormatTextformatText(Map<String, de.uplanet.lucy.server.property.IProperty> p_props) de.uplanet.lucy.server.renderer.IFormatTimeformatTime(String p_strTimeFormat) de.uplanet.lucy.server.renderer.IFormatTimeformatTime(Map<String, de.uplanet.lucy.server.property.IProperty> p_props) 
- 
Constructor Details- 
FormatUtilpublic FormatUtil()
 
- 
- 
Method Details- 
formatBoolean
- 
formatBoolean
- 
formatBooleanpublic de.uplanet.lucy.server.renderer.IFormatBoolean formatBoolean(Map<String, String> p_mapTrueValues, Map<String, String> p_mapFalseValue) - Parameters:
- p_mapTrueValues- The language map for the- truevalues
- p_mapFalseValue- The language map for the- falsevalues
- Returns:
- The boolean format
 
- 
formatInteger
- 
formatInteger
- 
formatDate
- 
formatDate
- 
formatDateTime
- 
formatDateTime
- 
formatFloat
- 
formatFloat
- 
formatCurrency
- 
formatCurrency
- 
formatImage
- 
formatImagepublic de.uplanet.lucy.server.renderer.IFormatImage formatImage(int p_iWidth, int p_iHeight, boolean p_bScaled, boolean p_bAutoRotate, boolean p_bCrop, boolean p_bCropMaximized, boolean p_bOptimizeSize) 
- 
formatText
- 
formatText
- 
formatText
- 
formatText
- 
formatTime
- 
formatTime
 
-