| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MediaType
Defines the requirements for classes that provide media type. 
 Classes implementing this interface should also implement Serializable to be saved in a search history.
| Method Summary | |
|---|---|
|  java.lang.String | getName()Returns the name of the media type that is shown to the user. | 
|  java.lang.String | getRealm()Returns the realm. | 
|  boolean | matches(java.lang.String filename)Returns true if filenameis of this media type. | 
| Method Detail | 
|---|
java.lang.String getName()
java.lang.String getRealm()
boolean matches(java.lang.String filename)
filename is of this media type.
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||