Tobago Core
Package Index
|
Class Index
org.apache.myfaces.tobago.ajax
org.apache.myfaces.tobago.application
org.apache.myfaces.tobago.component
org.apache.myfaces.tobago.config
org.apache.myfaces.tobago.context
org.apache.myfaces.tobago.convert
org.apache.myfaces.tobago.el
org.apache.myfaces.tobago.event
org.apache.myfaces.tobago.layout
org.apache.myfaces.tobago.model
org.apache.myfaces.tobago.renderkit
org.apache.myfaces.tobago.renderkit.css
org.apache.myfaces.tobago.renderkit.html
org.apache.myfaces.tobago.servlet
org.apache.myfaces.tobago.util
org.apache.myfaces.tobago.validator
org.apache.myfaces.tobago.webapp
Classes
CurrencyConverter
DurationConverter
LocaleConverter
ThemeConverter
Package Index
|
Class Index
Summary:
Constants
|
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public class
ThemeConverter
extends
Object
implements Converter
java.lang.Object
↳
org.apache.myfaces.tobago.convert.ThemeConverter
Summary
Constants
String
CONVERTER_ID
Public Constructors
ThemeConverter
()
Public Methods
Object
getAsObject
(FacesContext facesContext, UIComponent component,
String
string)
String
getAsString
(FacesContext facesContext, UIComponent component,
Object
object)
[Expand]
Inherited Methods
From class
java.lang.Object
Object
clone
()
boolean
equals
(
Object
arg0)
void
finalize
()
final
Class
<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0)
final void
wait
(long arg0, int arg1)
From interface javax.faces.convert.Converter
abstract
Object
getAsObject
(FacesContext arg0, UIComponent arg1,
String
arg2)
abstract
String
getAsString
(FacesContext arg0, UIComponent arg1,
Object
arg2)
Constants
public static final
String
CONVERTER_ID
Constant Value:
"org.apache.myfaces.tobago.Theme"
Public Constructors
public
ThemeConverter
()
Public Methods
public
Object
getAsObject
(FacesContext facesContext, UIComponent component,
String
string)
Throws
ConverterException
public
String
getAsString
(FacesContext facesContext, UIComponent component,
Object
object)
Throws
ConverterException