Business Components

oracle.jdeveloper.html
Class FormFieldValueEncoder

java.lang.Object
  |
  +--oracle.jdeveloper.html.FormFieldValueEncoder

public class FormFieldValueEncoder
extends java.lang.Object

Provides functions for encoding the value portion of form fields

Version:
PUBLIC

Constructor Summary
FormFieldValueEncoder()
           
 
Method Summary
static java.lang.String encode(java.lang.String sValue)
          Encode field value for embedding in an HTML document.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormFieldValueEncoder

public FormFieldValueEncoder()
Method Detail

encode

public static java.lang.String encode(java.lang.String sValue)
Encode field value for embedding in an HTML document.

Business Components