com.opensymphony.xwork2
Class TextProviderFactory
java.lang.Object
com.opensymphony.xwork2.TextProviderFactory
public class TextProviderFactory
- extends java.lang.Object
This factory enables users to provide and correctly initialize a custom TextProvider.
- Author:
- Oleg Gorobets, Rene Gielen
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextProviderFactory
public TextProviderFactory()
setTextProvider
public void setTextProvider(TextProvider textProvider)
getTextProvider
protected TextProvider getTextProvider()
createInstance
public TextProvider createInstance(java.lang.Class clazz,
LocaleProvider provider)
createInstance
public TextProvider createInstance(java.util.ResourceBundle bundle,
LocaleProvider provider)
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.