|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.grizzly.http.webxml.schema.version_2_3.MimeMapping
public class MimeMapping
| Field Summary | |
|---|---|
protected Extension |
extension
|
protected String |
id
|
protected MimeType |
mimeType
|
| Constructor Summary | |
|---|---|
MimeMapping()
|
|
| Method Summary | |
|---|---|
void |
addVetoableChangeListener(String param0,
VetoableChangeListener param1)
|
void |
addVetoableChangeListener(VetoableChangeListener param0)
|
Extension |
getExtension()
Gets the value of the extension property. |
String |
getId()
Gets the value of the id property. |
MimeType |
getMimeType()
Gets the value of the mimeType property. |
void |
removeVetoableChangeListener(String param0,
VetoableChangeListener param1)
|
void |
removeVetoableChangeListener(VetoableChangeListener param0)
|
void |
setExtension(Extension value)
Sets the value of the extension property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setMimeType(MimeType value)
Sets the value of the mimeType property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String id
protected Extension extension
protected MimeType mimeType
| Constructor Detail |
|---|
public MimeMapping()
| Method Detail |
|---|
public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic Extension getExtension()
Extensionpublic void setExtension(Extension value)
value - allowed object is
Extensionpublic MimeType getMimeType()
MimeTypepublic void setMimeType(MimeType value)
value - allowed object is
MimeTypepublic void addVetoableChangeListener(VetoableChangeListener param0)
public void addVetoableChangeListener(String param0,
VetoableChangeListener param1)
public void removeVetoableChangeListener(String param0,
VetoableChangeListener param1)
public void removeVetoableChangeListener(VetoableChangeListener param0)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||