Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.javahispano.canyamo.services.presentation.template.freemarker
Class DateTransform  view DateTransform download DateTransform.java

java.lang.Object
  extended byorg.javahispano.canyamo.services.presentation.template.freemarker.DateTransform
All Implemented Interfaces:
freemarker.template.TemplateModel, freemarker.template.TemplateTransformModel

class DateTransform
extends java.lang.Object
implements freemarker.template.TemplateTransformModel

Freemaker's transform for dates

Version:

Nested Class Summary
private  class DateTransform.DateWriter
          Writer with spanish
 
Field Summary
private static java.lang.String DEFAULT_INPUT_FORMAT
          Description of the Field
private static java.lang.String DEFAULT_OUTPUT_FORMAT
          Description of the Field
private  java.util.Map formats
          Description of the Field
 
Fields inherited from interface freemarker.template.TemplateModel
NOTHING
 
Constructor Summary
(package private) DateTransform()
          Constructor for the DateTransform object
 
Method Summary
 java.io.Writer getWriter(java.io.Writer out, java.util.Map args)
          Gets the writer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_OUTPUT_FORMAT

private static final java.lang.String DEFAULT_OUTPUT_FORMAT
Description of the Field

See Also:
Constant Field Values

DEFAULT_INPUT_FORMAT

private static final java.lang.String DEFAULT_INPUT_FORMAT
Description of the Field

See Also:
Constant Field Values

formats

private java.util.Map formats
Description of the Field

Constructor Detail

DateTransform

DateTransform()
Constructor for the DateTransform object

Method Detail

getWriter

public java.io.Writer getWriter(java.io.Writer out,
                                java.util.Map args)
Gets the writer

Specified by:
getWriter in interface freemarker.template.TemplateTransformModel