Class TikaWelcome
- java.lang.Object
-
- org.apache.tika.server.core.resource.TikaWelcome
-
@Path("/") public class TikaWelcome extends Object
Provides a basic welcome to the Apache Tika Server.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static class
TikaWelcome.Endpoint
-
Constructor Summary
Constructors Constructor Description TikaWelcome(List<org.apache.cxf.jaxrs.lifecycle.ResourceProvider> rCoreProviders)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getWelcomeHTML()
String
getWelcomePlain()
protected List<TikaWelcome.Endpoint>
identifyEndpoints()
-
-
-
Constructor Detail
-
TikaWelcome
public TikaWelcome(List<org.apache.cxf.jaxrs.lifecycle.ResourceProvider> rCoreProviders)
-
-
Method Detail
-
identifyEndpoints
protected List<TikaWelcome.Endpoint> identifyEndpoints()
-
getWelcomeHTML
@GET @Produces("text/html") public String getWelcomeHTML()
-
getWelcomePlain
@GET @Produces("text/plain") public String getWelcomePlain()
-
-