Package org.apache.tika.server.resource
Class TikaParsers
- java.lang.Object
-
- org.apache.tika.server.resource.TikaParsers
-
-
Constructor Summary
Constructors Constructor Description TikaParsers()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getParserDetailsHTML()
String
getParserDetailsJSON()
String
getParserDetailssPlain()
String
getParsersHTML()
protected String
getParsersHTML(boolean withMimeTypes)
String
getParsersJSON()
protected String
getParsersJSON(boolean withMimeTypes)
String
getParsersPlain()
protected String
getParsersPlain(boolean withMimeTypes)
-
-
-
Method Detail
-
getParserDetailsHTML
@GET @Path("/details") @Produces("text/html") public String getParserDetailsHTML()
-
getParsersHTML
@GET @Produces("text/html") public String getParsersHTML()
-
getParsersHTML
protected String getParsersHTML(boolean withMimeTypes)
-
getParserDetailsJSON
@GET @Path("/details") @Produces("application/json") public String getParserDetailsJSON()
-
getParsersJSON
@GET @Produces("application/json") public String getParsersJSON()
-
getParsersJSON
protected String getParsersJSON(boolean withMimeTypes)
-
getParserDetailssPlain
@GET @Path("/details") @Produces("text/plain") public String getParserDetailssPlain()
-
getParsersPlain
@GET @Produces("text/plain") public String getParsersPlain()
-
getParsersPlain
protected String getParsersPlain(boolean withMimeTypes)
-
-