Class RoleConverter

java.lang.Object
io.goobi.viewer.faces.converters.RoleConverter
All Implemented Interfaces:
javax.faces.convert.Converter

public class RoleConverter extends Object implements javax.faces.convert.Converter

RoleConverter class.

  • Field Summary

    Fields inherited from interface javax.faces.convert.Converter

    DATETIMECONVERTER_DEFAULT_TIMEZONE_IS_SYSTEM_TIMEZONE_PARAM_NAME
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    final Object
    getAsObject(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, String value)
    final String
    getAsString(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object object)

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RoleConverter

      public RoleConverter()
  • Method Details

    • getAsObject

      public final Object getAsObject(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, String value)
      Specified by:
      getAsObject in interface javax.faces.convert.Converter
    • getAsString

      public final String getAsString(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object object)
      Specified by:
      getAsString in interface javax.faces.convert.Converter