org.cougaar.pizza.servlet
Interface HistoryServletFriendly

All Known Implementing Classes:
PizzaPreferences

public interface HistoryServletFriendly

Simple interface for Blackboard objects to supply pretty HTML descriptions of themselves, for use in servlets like the HistoryServlet. HistoryServlet uses this as the default for the Meaning column.

See Also:
HistoryServlet

Method Summary
 java.lang.String toHTML(int whichState)
           
 

Method Detail

toHTML

public java.lang.String toHTML(int whichState)
Parameters:
whichState - HistoryServlet.ADDED, CHANGED, or REMOVED in this transaction
Returns:
HTML-formatted description of the object for servlet display