Adding rdf and n3 MIME types.
This commit is contained in:
parent
a61a4b72ed
commit
f6db2b5469
1 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue