Skip navigation links

Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference
11g Release 1 (11.1)

E17350-01


com.stellent.cis.web.input
Class FormInputConverterFactory

java.lang.Object
  extended by com.stellent.cis.web.input.FormInputConverterFactory


public class FormInputConverterFactory
extends java.lang.Object

Field Summary
protected  java.util.Map m_converters
           

 

Constructor Summary
FormInputConverterFactory()
           

 

Method Summary
 IFormInputConverter getConverter(java.lang.String type)
          Get the converter for the given type
 void setConverter(java.lang.String type, IFormInputConverter converter)
          Set the converter
 void setConverter(java.lang.String type, java.lang.Object converter)
          Set the converter (method used for BeanUtil reflection)

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

m_converters

protected java.util.Map m_converters

Constructor Detail

FormInputConverterFactory

public FormInputConverterFactory()

Method Detail

setConverter

public void setConverter(java.lang.String type,
                         IFormInputConverter converter)
Set the converter
Parameters:
type -
converter -

setConverter

public void setConverter(java.lang.String type,
                         java.lang.Object converter)
Set the converter (method used for BeanUtil reflection)
Parameters:
type -
converter -

getConverter

public IFormInputConverter getConverter(java.lang.String type)
Get the converter for the given type
Parameters:
type -
Returns:

Skip navigation links

Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference
11g Release 1 (11.1)

E17350-01


Copyright © 1996, 2010, Oracle and/or its affiliates. All rights reserved.