Groovy Documentation

org.jdesktop.html.form
[Java] Enum Encoding

java.lang.Object
  java.lang.Enum
      org.jdesktop.html.form.Encoding

public enum Encoding
extends Enum

Represents valid encoding techniques for use with HTML Forms.

Authors:
Richard


Enum Constant Summary
MultipartFormData

UrlEncoded

 
Field Summary
private String contentType

Represents valid encoding techniques for use with HTML Forms.

 
Method Summary
private def Encoding(String contentType)

String toString()

Encoding valueOf(String name)

Returns the enum constant of this type with the specified name.

Encoding[] values()

Returns an array containing the constants of this enum type, in the order they are declared.

 
Methods inherited from class Enum
name, equals, toString, hashCode, compareTo, compareTo, valueOf, getDeclaringClass, ordinal, wait, wait, wait, getClass, notify, notifyAll
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Enum Constant Detail

MultipartFormData

Encoding MultipartFormData


UrlEncoded

Encoding UrlEncoded


 
Field Detail

contentType

private String contentType
Represents valid encoding techniques for use with HTML Forms.
Authors:
Richard


 
Method Detail

Encoding

private def Encoding(String contentType)


toString

@Override
public String toString()


valueOf

Encoding valueOf(String name)
Returns the enum constant of this type with the specified name.


values

Encoding[] values()
Returns an array containing the constants of this enum type, in the order they are declared.


 

Groovy Documentation