|
Lizzy v1.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object christophedelory.content.type.webapp.WebApp
public class WebApp
A container of mappings between MIME types and extensions.
Constructor Summary | |
---|---|
WebApp()
Builds a new and empty mappings container. |
Method Summary | |
---|---|
void |
addMimeMapping(MimeMapping mapping)
Adds a MIME type mapping. |
List<MimeMapping> |
getMimeMappings()
Returns the list of mappings. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WebApp()
Method Detail |
---|
public List<MimeMapping> getMimeMappings()
null
.addMimeMapping(christophedelory.content.type.webapp.MimeMapping)
public void addMimeMapping(MimeMapping mapping)
mapping
- a mapping. Shall not be null
.
NullPointerException
- if mapping
is null
.getMimeMappings()
|
© 2008-2009 Christophe Delory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |