|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.blojsom.plugin.statistics.WordCountPlugin.WordCountHelper
Class to handle word count for text in templates
Constructor Summary | |
WordCountPlugin.WordCountHelper()
|
Method Summary | |
java.lang.Integer |
countWords(java.lang.String text)
Count the number of words in a piece of text |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WordCountPlugin.WordCountHelper()
Method Detail |
public java.lang.Integer countWords(java.lang.String text)
text
- Text
null
or blank
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |