spring-framework / org.springframework.jndi / JndiTemplateEditor

JndiTemplateEditor

open class JndiTemplateEditor : PropertyEditorSupport

Properties editor for JndiTemplate objects. Allows properties of type JndiTemplate to be populated with a properties-format string.

Author
Rod Johnson

Since
09.05.2003

Constructors

<init>

JndiTemplateEditor()

Properties editor for JndiTemplate objects. Allows properties of type JndiTemplate to be populated with a properties-format string.

Functions

setAsText

open fun setAsText(text: String): Unit