Hello I'm interested in the restlet framework, so I've been playing with it for about a week. I'm a beginner, so my question may be trivial.
Now I have a question: How can I check whether the content-type is "application/atom+xml;type=entry" or "application/atom+xml;type=feed"? I know that the MediaType class has APPLICATION_ATOM_XML, but I guess, that is just the "application/atom+xml". Thanks in advance Zsolt

