|
||||||||||
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_2.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()
String
public void setId(String value)
value
- allowed object is
String
public Extension getExtension()
Extension
public void setExtension(Extension value)
value
- allowed object is
Extension
public MimeType getMimeType()
MimeType
public void setMimeType(MimeType value)
value
- allowed object is
MimeType
public 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 |