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) voidinitWrapped(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:
 getAsObjectin interfacejavax.faces.convert.Converter<Object>
 - 
getAsString
public String getAsString(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object value) - Specified by:
 getAsStringin interfacejavax.faces.convert.Converter<Object>
 - 
initWrapped
- Parameters:
 wrapped- the wrapped to set
 
 -