Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.profiles.formatter
Class NonFormattingFormatter

java.lang.Object
  extended by com.jivesoftware.profiles.formatter.NonFormattingFormatter
All Implemented Interfaces:
ProfileFieldFormatter

public class NonFormattingFormatter
extends java.lang.Object
implements ProfileFieldFormatter

A formatter that does nothing.


Constructor Summary
NonFormattingFormatter()
           
 
Method Summary
 java.lang.String format(java.lang.String value, User user)
          Format a profile field for display to the end user with the given AuthToken.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NonFormattingFormatter

public NonFormattingFormatter()
Method Detail

format

public java.lang.String format(java.lang.String value,
                               User user)
Description copied from interface: ProfileFieldFormatter
Format a profile field for display to the end user with the given AuthToken.

Specified by:
format in interface ProfileFieldFormatter
Parameters:
value - the value to format.
user - the user to format the profile field for.
Returns:
a formatted String for the profile field value.

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.