org.apache.myfaces.dateformat
Class ParserContext

java.lang.Object
  extended by org.apache.myfaces.dateformat.ParserContext

public class ParserContext
extends Object

A simple object that contains the current parsing state when parsing a string into a date.

This encapsulates all the properties of a SimpleDateFormatter which are modified during the parsing of a specific input string.

Since:
1.1.7

Constructor Summary
ParserContext(int dow)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParserContext

public ParserContext(int dow)


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.