Package de.xima.fc.portal.model
Class PortalConverterWrapper
java.lang.Object
de.xima.fc.portal.model.PortalConverterWrapper
- All Implemented Interfaces:
javax.faces.convert.Converter<Object>
- Author:
- XIMA MEDIA GmbH
-
Field Summary
Fields inherited from interface javax.faces.convert.Converter
DATETIMECONVERTER_DEFAULT_TIMEZONE_IS_SYSTEM_TIMEZONE_PARAM_NAME
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAsObject
(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, String value) getAsString
(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object value) void
initWrapped
(javax.faces.convert.Converter<Object> wrapped)
-
Constructor Details
-
PortalConverterWrapper
public PortalConverterWrapper()
-
-
Method Details
-
getAsObject
public Object getAsObject(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, String value) - Specified by:
getAsObject
in interfacejavax.faces.convert.Converter<Object>
-
getAsString
public String getAsString(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object value) - Specified by:
getAsString
in interfacejavax.faces.convert.Converter<Object>
-
initWrapped
- Parameters:
wrapped
- the wrapped to set
-