UtilComunicator

From OpenKM Documentation
Revision as of 15:00, 6 December 2010 by Jllort (talk | contribs)

Jump to: navigation, search

Read Methods

  • String formatSize(double size)
  • String createHeaderHTML(String imageURL, String caption)
  • String menuHTML(String imageUrl, String text)
  • String getTextAsBoldHTML(String text, boolean mark)
  • String getUserAgent()

Example

// Call to formating some document size number ( gb, mb etc... ) 
UtilComunicator.formatSize(15);