Class StripesFormatterFactory

java.lang.Object
net.sourceforge.stripes.format.DefaultFormatterFactory
sk.iway.iwcm.system.stripes.StripesFormatterFactory
All Implemented Interfaces:
net.sourceforge.stripes.config.ConfigurableComponent, net.sourceforge.stripes.format.FormatterFactory

public class StripesFormatterFactory extends net.sourceforge.stripes.format.DefaultFormatterFactory
Custom DefaultFormatterFactory for Stripes framework using our custom Date formatter
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    init(net.sourceforge.stripes.config.Configuration configuration)
     

    Methods inherited from class net.sourceforge.stripes.format.DefaultFormatterFactory

    add, getConfiguration, getFormatter, getFormatters, getInstance

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • StripesFormatterFactory

      public StripesFormatterFactory()
  • Method Details

    • init

      public void init(net.sourceforge.stripes.config.Configuration configuration) throws Exception
      Specified by:
      init in interface net.sourceforge.stripes.config.ConfigurableComponent
      Overrides:
      init in class net.sourceforge.stripes.format.DefaultFormatterFactory
      Throws:
      Exception