KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > text > MessageFormat > Top Examples

  • com.sun.syndication.io.XmlReader
    Character stream that handles (or at least attemtps to) all the necessary Voodo to figure out the charset encoding of the XML document within the stream. <p> IMPORTANT: This class is not related in any way to the org.xml.sax.XMLReader. This one IS a character stream. <p> All this has t ...
  • org.springframework.context.support.AbstractMessageSource
    Abstract implementation of the HierarchicalMessageSource interface, implementing common handling of message variants, making it easy to implement a specific strategy for a concrete MessageSource. <p>Subclasses must implement the abstract <code>resolveCode</code> method. For effi ...
  • org.springframework.context.support.ReloadableResourceBundleMessageSource
    MessageSource that accesses the ResourceBundles with the specified basenames. This class uses <code>java.util.Properties</code> instances as its internal data structure for messages, loading them via a PropertiesPersister strategy: The default strategy can load properties files with a ...
  • org.roller.presentation.velocity.plugins.topictag.TopicTagPlugin
    Provides an easy way to write topic tag links for Technorati (or similar services). <p/> Looks for occurrences of topic tag specifiers of the form <pre> <code>topic:{topicbookmark}[tag]</code> OR <code>topic:[tag]</code> </pre> and replaces them with a ...
  • org.apache.myfaces.renderkit.html.ext.HtmlMessageRenderer
    @author Manfred Geiler (latest modification by $Author: mmarinschek $) @version $Revision: 1.10 $ $Date: 2005/02/11 13:24:01 $ $Log: HtmlMessageRenderer.java,v $ Revision 1.10 2005/02/11 13:24:01 mmarinschek fix jira 60, showing fix in examples Revision 1.9 2005/01/26 17:48:22 mmarinschek sma ...
  • javax.faces.component._MessageUtils
    @author Manfred Geiler (latest modification by $Author: mwessendorf $) @version $Revision: 1.5 $ $Date: 2004/07/01 22:00:50 $ $Log: _MessageUtils.java,v $ Revision 1.5 2004/07/01 22:00:50 mwessendorf ASF switch Revision 1.4 2004/06/14 12:55:21 manolito Added missing CVS Log comment Try to f ...
  • org.apache.hivemind.impl.AbstractMessages
    Abstract base class for implementations of {@link org.apache.hivemind.Messages}. Subclasses must provide {@link #getLocale()}and {@link #findMessage(String)} implementations. @author Howard M. Lewis Ship @since 1.1
  • org.apache.jetspeed.modules.parameters.PopupCalendar
    Presentation method to show a date input field with a popup calendar. Calendar is accessed by clicking the icon next to input field. For now, the only date format supported is mm/dd/yyyy. If value <code>$today</code> is passed, the date in the input field will default to today's date. ...
  • org.eclipse.jdt.internal.debug.ui.actions.DisplayAction
    Displays the result of an evaluation in the display view
Popular Tags