All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.openly.dt.DT

com.openly.dt.DT

public class DT
extends java.lang.Object
tag names for general Dynamic Tags Check out Java and Linking related books at Openly.com!


Variable Index

 o ENCODING
calling getString(DT.ENCODING) on a Params object should return a value for the output encoding to use.
 o INPUT
calling getString(DT.INPUT) on a Params object should return an input name
 o LABEL
calling getString(DT.LABEL) on a Params object should return a label for an input
 o VALUE
calling getString(DT.VALUE) on a Params object should return a value for an input
 o YMDFORMAT
calling getString(DT.YMDFORMAT) on a Params object should return a custom year-month-day date format for java.text.SimpleDateFormat.
 o YMFORMAT
calling getString(DT.YMFORMAT) on a Params object should return a custom year-month date format for java.text.SimpleDateFormat.

Constructor Index

 o DT()

Variables

 o INPUT
 public static final java.lang.String INPUT
calling getString(DT.INPUT) on a Params object should return an input name

 o LABEL
 public static final java.lang.String LABEL
calling getString(DT.LABEL) on a Params object should return a label for an input

 o VALUE
 public static final java.lang.String VALUE
calling getString(DT.VALUE) on a Params object should return a value for an input

 o ENCODING
 public static final java.lang.String ENCODING
calling getString(DT.ENCODING) on a Params object should return a value for the output encoding to use. value should be an xml or MIME encoding name

 o YMDFORMAT
 public static final java.lang.String YMDFORMAT
calling getString(DT.YMDFORMAT) on a Params object should return a custom year-month-day date format for java.text.SimpleDateFormat. Example: "yyyy-MM-dd'T'hh:mm:ss"

 o YMFORMAT
 public static final java.lang.String YMFORMAT
calling getString(DT.YMFORMAT) on a Params object should return a custom year-month date format for java.text.SimpleDateFormat. Example: "yyyy-MM-dd'T'hh:mm:ss"

Constructors

 o DT
 public DT()

All Packages  Class Hierarchy  This Package  Previous  Next  Index