com.atlassian.confluence.webwork.converters
Class UserKeyTypeConverter

java.lang.Object
  extended by ognl.DefaultTypeConverter
      extended by com.atlassian.confluence.webwork.converters.UserKeyTypeConverter
All Implemented Interfaces:
ognl.TypeConverter

public class UserKeyTypeConverter
extends ognl.DefaultTypeConverter

Converter class that converts strings in the request to the correct UserKey types.


Constructor Summary
UserKeyTypeConverter()
           
 
Method Summary
 java.lang.Object convertValue(java.util.Map context, java.lang.Object o, java.lang.Class toClass)
           
 
Methods inherited from class ognl.DefaultTypeConverter
convertValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserKeyTypeConverter

public UserKeyTypeConverter()
Method Detail

convertValue

public java.lang.Object convertValue(java.util.Map context,
                                     java.lang.Object o,
                                     java.lang.Class toClass)
Overrides:
convertValue in class ognl.DefaultTypeConverter


Copyright © 2003-2014 Atlassian. All Rights Reserved.