org.apache.tapestry.form
Class TranslatedFieldSupportImpl
java.lang.Object
org.apache.tapestry.form.TranslatedFieldSupportImpl
- All Implemented Interfaces:
- TranslatedFieldSupport
public class TranslatedFieldSupportImpl
- extends Object
- implements TranslatedFieldSupport
- Author:
- unknown
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TranslatedFieldSupportImpl
public TranslatedFieldSupportImpl()
getThreadLocale
public ThreadLocale getThreadLocale()
- Returns:
- Returns the threadLocale.
setThreadLocale
public void setThreadLocale(ThreadLocale threadLocale)
- Parameters:
threadLocale - The threadLocale to set.
format
public String format(TranslatedField field,
Object object)
- Description copied from interface:
TranslatedFieldSupport
- Formats the field translation.
- Specified by:
format in interface TranslatedFieldSupport
- Returns:
parse
public Object parse(TranslatedField field,
String text)
throws ValidatorException
- Description copied from interface:
TranslatedFieldSupport
- Parses the field value.
- Specified by:
parse in interface TranslatedFieldSupport
- Returns:
-
- Throws:
ValidatorException
renderContributions
public void renderContributions(TranslatedField field,
IMarkupWriter writer,
IRequestCycle cycle)
- Description copied from interface:
TranslatedFieldSupport
- Renders any contributions.
- Specified by:
renderContributions in interface TranslatedFieldSupport
Copyright © 2006 Apache Software Foundation. All Rights Reserved.