Adding rdf and n3 MIME types.

This commit is contained in:
bdc34 2010-03-12 19:31:25 +00:00
parent a61a4b72ed
commit f6db2b5469

View file

@ -28,6 +28,9 @@ public class VitroHttpServlet extends HttpServlet
private WebappDaoFactory myAssertionsWebappDaoFactory = null; private WebappDaoFactory myAssertionsWebappDaoFactory = null;
private WebappDaoFactory myDeductionsWebappDaoFactory = null; private WebappDaoFactory myDeductionsWebappDaoFactory = null;
public final static String RDFXML_MIMETYPE ="application/rdf+xml";
public final static String N3_MIMETYPE ="text/rdf+n3"; //unofficial and unregistered
/** /**
* Setup the auth flag, portal flag and portal bean objects. * Setup the auth flag, portal flag and portal bean objects.
* Put them in the request attributes. * Put them in the request attributes.